summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2024-11-06drm/i915/vdsc: Introduce 3rd VDSC engine VDSC2Ankit Nautiyal-1/+11
2024-11-06drm/i915/vdsc: Use VDSC0/VDSC1 for LEFT/RIGHT VDSC engineAnkit Nautiyal-6/+6
2024-11-06drm/i915/display: Prepare for dsc 3 stream splitterAnkit Nautiyal-9/+15
2024-11-06drm/i915/dp: Update Comment for Valid DSC Slices per LineAnkit Nautiyal-2/+8
2024-11-05drm: replace strcpy() with strscpy()Yafang Shao-4/+4
2024-11-05drm/xe: Stop accumulating LRC timestamp on job_freeLucas De Marchi-2/+6
2024-11-05drm/xe/pf: Fix potential GGTT allocation leakMichal Wajdeczko-1/+3
2024-11-05drm/xe: Drop VM dma-resv lock on xe_sync_in_fence_get failure in exec IOCTLMatthew Brost-0/+1
2024-11-05drm/xe: Fix possible exec queue leak in exec IOCTLMatthew Brost-4/+8
2024-11-06Merge tag 'drm-msm-next-2024-11-04' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie-2643/+2626
2024-11-06Merge tag 'drm-intel-next-2024-11-04' of https://gitlab.freedesktop.org/drm/i...Dave Airlie-2736/+3657
2024-11-05drm/i915/gsc: ARL-H and ARL-U need a newer GSC FW.Daniele Ceraolo Spurio-26/+60
2024-11-05drm/xe: Reword exec_queue and vm lock docLucas De Marchi-3/+3
2024-11-05drm/xe: Stop accumulating LRC timestamp on job_freeLucas De Marchi-2/+6
2024-11-05drm/xe: Add trace to lrc timestamp updateLucas De Marchi-0/+65
2024-11-06Merge tag 'mediatek-drm-next-6.13' of https://git.kernel.org/pub/scm/linux/ke...Dave Airlie-24/+313
2024-11-05drm/i915/pmu: Remove pointless synchronize_rcu() callLucas De Marchi-6/+1
2024-11-05drm/i915/pmu: Replace closed with registeredLucas De Marchi-14/+15
2024-11-05drm/i915/pmu: Stop setting event_init to NULLLucas De Marchi-12/+6
2024-11-05drm/i915/pmu: Rename cpuhp_slot to cpuhp_stateLucas De Marchi-7/+7
2024-11-05drm/xe/pf: Fix potential GGTT allocation leakMichal Wajdeczko-1/+3
2024-11-05drm/xe: Drop VM dma-resv lock on xe_sync_in_fence_get failure in exec IOCTLMatthew Brost-0/+1
2024-11-05drm/xe: Fix possible exec queue leak in exec IOCTLMatthew Brost-4/+8
2024-11-05drm/amdgpu: add missing size check in amdgpu_debugfs_gprwave_read()Alex Deucher-1/+1
2024-11-05drm/amdgpu: Adjust debugfs eviction and IB access permissionsAlex Deucher-3/+3
2024-11-05drm/amdgpu: Adjust debugfs register access permissionsAlex Deucher-1/+1
2024-11-05drm/amdgpu: Fix DPX valid mode check on GC 9.4.3Lijo Lazar-1/+1
2024-11-05drm/amdgpu: add missing size check in amdgpu_debugfs_gprwave_read()Alex Deucher-1/+1
2024-11-05drm/amdgpu: Adjust debugfs eviction and IB access permissionsAlex Deucher-3/+3
2024-11-05drm/amdgpu: Adjust debugfs register access permissionsAlex Deucher-1/+1
2024-11-05drm/amdgpu: stop syncing PRT map operationsChristian König-1/+5
2024-11-05drm/amdgpu: set the right AMDGPU sg segment limitationPrike Liang-0/+1
2024-11-05drm/amdgpu: Fix DPX valid mode check on GC 9.4.3Lijo Lazar-1/+1
2024-11-05drm/amdgpu/gfx11: Add cleaner shader for GFX11.0.3Srinivasan Shanmugam-0/+191
2024-11-05drm/amd/pm: add zero RPM stop temperature OD setting support for SMU13Wolfgang Müller-2/+180
2024-11-05drm/amdgpu/mes: fetch fw version from firmware headerAlex Deucher-0/+6
2024-11-05drm/amd/pm: add zero RPM OD setting support for SMU13Wolfgang Müller-2/+177
2024-11-05drm/xe: Fix case for asserts in documentationLucas De Marchi-6/+6
2024-11-05drm/ci: remove update-xfails.pyVignesh Raman-221/+0
2024-11-05drm: display: Set fwnode for aux bus devicesSaravana Kannan-1/+1
2024-11-05sysfs: treewide: constify attribute callback of bin_is_visible()Thomas Weißschuh-1/+1
2024-11-05drm: use ATOMIC64_INIT() for atomic64_tJonathan Gray-1/+1
2024-11-05drm/bridge: Add ITE IT6263 LVDS to HDMI converterLiu Ying-0/+910
2024-11-05drm: of: Add drm_of_lvds_get_dual_link_pixel_order_sink()Liu Ying-11/+65
2024-11-05drm: of: Get MEDIA_BUS_FMT_RGB101010_1X7X5_{JEIDA, SPWG} LVDS data mappingsLiu Ying-0/+6
2024-11-05drm/i915: hide VLV PUNIT IOSF sideband qos handling betterJani Nikula-5/+9
2024-11-05drm/i915: add a dedicated mutex for VLV/CHV IOSF sidebandJani Nikula-3/+26
2024-11-05drm/i915/sbi: add a dedicated mutex for LPT/WPT IOSF sidebandJani Nikula-3/+21
2024-11-05drm/i915/sbi: add intel_sbi_{lock,unlock}()Jani Nikula-13/+25
2024-11-05Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann-71/+258