summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)Author
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-10-13i915: use find_lock_page instead of find_lock_entryMatthew Wilcox (Oracle)
2020-10-12Merge tag 'core-debugobjects-2020-10-12' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2020-10-12Merge tag 'drm-intel-next-fixes-2020-10-02' of git://anongit.freedesktop.org/...Dave Airlie
2020-09-30drm/i915: Avoid mixing integer types during batch copiesChris Wilson
2020-09-30drm/i915/gem: Always test execution status on closing the contextChris Wilson
2020-09-30drm/i915/gt: Always send a pulse down the engine after disabling heartbeatChris Wilson
2020-09-30drm/i915: Cancel outstanding work after disabling heartbeats on an engineChris Wilson
2020-09-30drm/i915/gem: Hold request reference for canceling an active contextChris Wilson
2020-09-30drm/i915: Redo "Remove i915_request.lock requirement for execution callbacks"Chris Wilson
2020-09-30drm/i915/gem: Serialise debugfs i915_gem_objects with ctx->mutexChris Wilson
2020-09-30drm/i915: check i915_vm_alloc_pt_stash for errorsMatthew Auld
2020-09-30drm/i915: Fix uninitialised variable in intel_context_create_request.Maarten Lankhorst
2020-09-30drm/i915: Break up error capture compression loops with cond_resched()Chris Wilson
2020-09-30drm/i915: Fix an error code i915_gem_object_copy_blt()Dan Carpenter
2020-09-30drm/i915/gt: Clear the buffer pool age before useChris Wilson
2020-09-30drm/i915/gem: Prevent using pgprot_writecombine() if PAT is not supportedChris Wilson
2020-09-30drm/i915/gem: Avoid implicit vmap for highmem on x86-32Chris Wilson
2020-09-29Merge tag 'drm-msm-next-2020-09-27' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie
2020-09-28drm/i915: Fix state checker hw.active/hw.enable readoutVille Syrjälä
2020-09-24treewide: Make all debug_obj_descriptors constStephen Boyd
2020-09-23drm/i915/selftests: Push the fake iommu device from the stack to dataChris Wilson
2020-09-23Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-09-23Merge tag 'drm-intel-next-2020-09-17' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2020-09-22Merge tag 'gvt-fixes-2020-09-17' of https://github.com/intel/gvt-linux into d...Jani Nikula
2020-09-21drm/i915/selftests: align more to real device lifetimesDaniel Vetter
2020-09-21drm/i915/selftest: Create mock_destroy_deviceDaniel Vetter
2020-09-17drm/i915: Update DRIVER_DATE to 20200917Rodrigo Vivi
2020-09-17drm/i915/tgl, rkl: Make Wa_1606700617/22010271021 permanentSwathi Dhanavanthri
2020-09-17drm/i915: Nuke force_min_cdclk_changedVille Syrjälä
2020-09-17drm/i915: Remove the old global state stuffVille Syrjälä
2020-09-17drm/i915: Do YCbCr 444->420 conversion via DP protocol convertersVille Syrjälä
2020-09-17drm/i915: DP->HDMI TMDS clock limits vs. deep colorVille Syrjälä
2020-09-17drm/i915: Extract intel_hdmi_has_audio()Ville Syrjälä
2020-09-17drm/i915: Handle downstream facing ports w/o EDIDVille Syrjälä
2020-09-17drm/i915: Configure DP 1.3+ protocol converted HDMI modeVille Syrjälä
2020-09-17drm/i915: Deal with TMDS DFP clock limitsVille Syrjälä
2020-09-17drm/i915: Reworkd DP DFP clock handlingVille Syrjälä
2020-09-17drm/dp: Redo drm_dp_downstream_max_clock() as drm_dp_downstream_max_dotclock()Ville Syrjälä
2020-09-17drm/dp: Pimp drm_dp_downstream_max_bpc()Ville Syrjälä
2020-09-17drm/i915: Reworkd DFP max bpc handlingVille Syrjälä
2020-09-17drm/i915/lspcon: Do not send infoframes to non-HDMI sinksVille Syrjälä
2020-09-17Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...Dave Airlie
2020-09-16drm/i915/selftests: Push the fake iommu device from the stack to dataChris Wilson
2020-09-16drm/i915: Initialise outparam for error return from wait_for_registerChris Wilson
2020-09-16drm/i915: Filter wake_flags passed to default_wake_functionChris Wilson
2020-09-16drm/i915: Be wary of data races when reading the active execlistsChris Wilson
2020-09-16drm/i915/gem: Reduce context termination list iteration guard to RCUChris Wilson
2020-09-16drm/i915/gem: Delay tracking the GEM context until it is registeredChris Wilson
2020-09-15drm/i915/pll: Centralize PLL_ENABLE register lookupAnusha Srivatsa