aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2021-06-23drm/i915: Clean up hsw/bdw/skl/kbl buf trans funcsVille Syrjälä1-187/+115
2021-06-23drm/i915: Introduce encoder->get_buf_trans()Ville Syrjälä6-125/+65
2021-06-23drm/i915: Store the HDMI default entry in the bug trans structVille Syrjälä2-23/+27
2021-06-23drm/i915; Return the whole buf_trans struct from get_buf_trans()Ville Syrjälä3-98/+98
2021-06-23drm/i915: Introduce intel_get_buf_trans()Ville Syrjälä1-124/+129
2021-06-23drm/i915: Wrap the buf trans tables into a structVille Syrjälä2-178/+448
2021-06-23drm/i915: Rename dkl phy buf trans tablesVille Syrjälä1-16/+16
2021-06-23drm/i915: Wrap the platform specific buf trans structs into a unionVille Syrjälä3-700/+708
2021-06-23drm/i915: Introduce hsw_get_buf_trans()Ville Syrjälä4-39/+43
2021-06-23drm/i915: s/intel/hsw/ for hsw/bdw/skl buf transVille Syrjälä5-76/+70
2021-06-22drm/i915/dsc: abstract helpers to get bigjoiner primary/secondary crtcJani Nikula4-16/+40
2021-06-21drm/i915/adl_p: Load DMCAnusha Srivatsa1-1/+9
2021-06-21drm/i915/adl_p: Pipe B DMC SupportAnusha Srivatsa2-0/+3
2021-06-21drm/i915/xelpd: Pipe A DMC pluggingAnusha Srivatsa5-61/+85
2021-06-21drm/i915/dmc: Introduce DMC_FW_MAINAnusha Srivatsa2-23/+33
2021-06-21vfio/mdev: Remove CONFIG_VFIO_MDEV_DEVICEJason Gunthorpe1-1/+1
2021-06-21drm/i915/display: Do not zero past infoframes.vscKees Cook1-1/+1
2021-06-21drm/i915/eb: Fix pagefault disabling in the first slowpathDaniel Vetter1-2/+0
2021-06-18drm/i915/guc: Update firmware to v62.0.0Michal Wajdeczko11-418/+524
2021-06-18drm/i915/guc: Introduce unified HXG messagesMichal Wajdeczko1-0/+213
2021-06-18drm/i915: Move submission tasklet to i915_sched_engineMatthew Brost13-90/+100
2021-06-18drm/i915: Update i915_scheduler to operate on i915_sched_engineMatthew Brost4-29/+32
2021-06-18drm/i915: Add kick_backend function to i915_sched_engineMatthew Brost3-60/+60
2021-06-18drm/i915: Move engine->schedule to i915_sched_engineMatthew Brost11-34/+33
2021-06-18drm/i915: Move active tracking to i915_sched_engineMatthew Brost13-136/+140
2021-06-18drm/i915: Reset sched_engine.no_priolist immediately after dequeueMatthew Brost4-2/+10
2021-06-18drm/i915: Add i915_sched_engine_is_empty functionMatthew Brost4-5/+11
2021-06-18drm/i915: Move priolist to new i915_sched_engine objectMatthew Brost9-90/+187
2021-06-18drm/i915/selftests: add back the selftest() hook for the buddyMatthew Auld1-0/+1
2021-06-18drm/i915/ttm: Fix incorrect assumptions about ttm_bo_validate() semanticsThomas Hellström1-3/+61
2021-06-17drm/i915: Add support for explicit L3BANK steeringMatt Roper3-60/+46
2021-06-17drm/i915: Add GT support for multiple types of multicast steeringMatt Roper5-13/+142
2021-06-17drm/i915: extract steered reg access to common functionDaniele Ceraolo Spurio3-39/+63
2021-06-17drm/i915: Remove duplicate include of intel_region_lmem.hWan Jiabing1-1/+0
2021-06-17drm/i915: Perform execbuffer object locking as a separate stepThomas Hellström1-4/+21
2021-06-17drm/i915/gem: Zap the i915_gem_object_blt codeThomas Hellström7-1107/+14
2021-06-17drm/i915/gem: Zap the client blt codeThomas Hellström4-490/+2
2021-06-17drm/i915/ttm: accelerated move implementationRamalingam C1-11/+73
2021-06-17drm/i915/gt: Setup a default migration context on the GTChris Wilson5-11/+236
2021-06-17drm/i915/gt: Pipelined clearChris Wilson3-0/+326
2021-06-17drm/i915/gt: Pipelined page migrationChris Wilson9-0/+899
2021-06-17drm/i915/gt: Export the pinned context constructor and destructorChris Wilson2-10/+28
2021-06-17drm/i915/gt: Add a routine to iterate over the pagetables of a GTTChris Wilson2-0/+56
2021-06-17drm/i915/gt: Add an insert_entry for gen8_ppgttChris Wilson1-0/+19
2021-06-17drm/i915: Introduce a ww transaction helperThomas Hellström1-1/+30
2021-06-17drm/i915: Break out dma_resv ww locking utilities to separate filesThomas Hellström7-68/+87
2021-06-17drm/i915: Reference objects on the ww object listThomas Hellström2-2/+10
2021-06-17drm/i915/ttm: remove unused functionMatthew Auld1-11/+3
2021-06-17drm/i915/gem: Remove duplicated call to ops->preadDaniel Vetter1-6/+0
2021-06-16drm/i915: Force a TypeC PHY disconnect during suspend/shutdownImre Deak3-9/+61