summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-17drm/i915/mtl: C6 residency and C state type for MTL SAMediaBadal Nilawar3-5/+76
2022-11-17drm/i915/gt: Use RC6 residency types as arguments to residency functionsAshutosh Dixit7-60/+72
2022-11-17drm/i915/mtl: Modify CAGF functions for MTLBadal Nilawar2-2/+14
2022-11-17drm/i915: Use GEN12_RPSTAT register for GT freqDon Hiatt4-6/+32
2022-11-17drm/i915/rps: Prefer REG_FIELD_GET in intel_rps_get_cagfAshutosh Dixit3-15/+10
2022-11-17drm/i915/display: move restore state and ctx under display sub-structJani Nikula3-10/+14
2022-11-17drm/i915/display: move global_obj_list under display sub-structJani Nikula5-8/+8
2022-11-17drm/i915/display: move hti under display sub-structJani Nikula3-13/+15
2022-11-17drm/i915/hti: abstract hti handlingJani Nikula8-27/+79
2022-11-17Merge tag 'gvt-next-2022-11-17' of https://github.com/intel/gvt-linux into dr...Rodrigo Vivi8-19/+8
2022-11-17drm/i915/edp: wait power off delay at driver remove to optimize probeJani Nikula2-1/+13
2022-11-17drm/tests: helpers: Add SPDX headerMaxime Ripard2-0/+4
2022-11-17drm/tests: client: Remove extra blank linesMaxime Ripard1-2/+0
2022-11-17drm/i915/gvt: Remove the unused function get_pt_type()Jiapeng Chong1-5/+0
2022-11-17drm/i915: fix repeated words in commentswangjianli1-1/+1
2022-11-17drm/i915/gvt: remove the vgpu->released and its sanity checkZhi Wang2-6/+0
2022-11-17i915/gvt: remove hardcoded value on crc32_start calculationPaulo Miguel Almeida1-1/+1
2022-11-17drm/i915: gvt: fix kernel-doc trivial warningsMauro Carvalho Chehab4-6/+6
2022-11-17drm/i915/reg: Fix spelling mistake "Unsupport" -> "Unsupported"Colin Ian King1-1/+1
2022-11-17drm/amdgpu: cleanup amdgpu_hmm_range_get_pagesChristian König4-21/+11
2022-11-17drm/amdgpu: rename the files for HMM handlingChristian König9-31/+33
2022-11-17drm/amdgpu: fix userptr HMM range handling v2Christian König7-51/+46
2022-11-17drm/amdgpu: always register an MMU notifier for userptrChristian König1-5/+3
2022-11-17drm/amdgpu/dm/dp_mst: Don't grab mst_mgr->lock when computing DSC stateLyude Paul1-4/+0
2022-11-17drm/amdgpu/dm/mst: Use the correct topology mgr pointer in amdgpu_dm_connectorLyude Paul1-19/+18
2022-11-17drm/display/dp_mst: Fix drm_dp_mst_add_affected_dsc_crtcs() return codeLyude Paul1-1/+1
2022-11-17drm/amdgpu/mst: Stop ignoring error codes and deadlockingLyude Paul3-118/+147
2022-11-17drm/amd/display: Align dcn314_smu logging with other DCNsRoman Li1-2/+9
2022-11-17drm/amd/display: fix the build when DRM_AMD_DC_DCN is not setAlex Deucher1-1/+1
2022-11-16drm/etnaviv: switch to PFN mappingsLucas Stach1-5/+6
2022-11-16drm/etnaviv: add HWDB entry for GC7000 r6203Marco Felsch1-0/+31
2022-11-16drm/i915/guc: add the GSC CS to the GuC capture listDaniele Ceraolo Spurio1-0/+11
2022-11-16drm/i915/pxp: Separate PXP FW interface structures for both v42 and 43Alan Previn6-68/+100
2022-11-16drm/tests: helpers: Add module infosMaxime Ripard1-0/+3
2022-11-16drm/tests: Include helpers headerMaxime Ripard1-0/+2
2022-11-16drm/edid/firmware: stop using a throwaway platform deviceJani Nikula1-12/+1
2022-11-16fbdev: Add support for the nomodeset kernel parameterThomas Zimmermann47-2/+246
2022-11-16drm: Move nomodeset kernel parameter to drivers/videoThomas Zimmermann9-19/+39
2022-11-16drm/fb-helper: Remove damage workerThomas Zimmermann2-11/+0
2022-11-16drm/fb-helper: Schedule deferred-I/O worker after writing to framebufferThomas Zimmermann3-1/+25
2022-11-16drm/fb-helper: Perform damage handling in deferred-I/O helperThomas Zimmermann1-3/+9
2022-11-16drm/fb-helper: Remove test for fb_dirty callback from deferred-I/O helperThomas Zimmermann1-9/+7
2022-11-16drm/fb-helper: Move dirty-fb update into helper functionThomas Zimmermann1-2/+8
2022-11-16drm/fb-helper: Set damage-clip area in helperThomas Zimmermann1-2/+8
2022-11-16drm/fourcc: Fix vsub/hsub for Q410 and Q401Brian Starkey1-4/+4
2022-11-16drm/arm/malidp: remove calls to drm_mode_config_cleanup()Danilo Krummrich1-14/+6
2022-11-16drm/arm/malidp: plane: use drm managed resourcesDanilo Krummrich1-21/+7
2022-11-16drm/arm/malidp: crtc: use drmm_crtc_init_with_planes()Danilo Krummrich1-3/+2
2022-11-16drm/arm/malidp: replace drm->dev_private with drm_to_malidp()Danilo Krummrich6-27/+25
2022-11-16drm/arm/malidp: use drmm_* to allocate driver structuresDanilo Krummrich2-13/+8