summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2024-08-22drm/xe: Encapsulate drm_mm_node inside xe_ggtt_nodeRodrigo Vivi-78/+90
2024-08-22drm/{i915, xe}: Avoid direct inspection of dpt_vma from outside dptRodrigo Vivi-3/+16
2024-08-22drm/xe: Remove unnecessary drm_mm.h includesRodrigo Vivi-3/+1
2024-08-22drm/xe: Introduce GGTT documentationRodrigo Vivi-35/+135
2024-08-22drm/xe: Removed unused xe_ggtt_printkRodrigo Vivi-21/+0
2024-08-22drm/xe: remove display stepping handlingJani Nikula-37/+27
2024-08-22drm/i915: remove display stepping handlingJani Nikula-44/+36
2024-08-22drm/i915/display: switch to display detected steppingsJani Nikula-11/+8
2024-08-22drm/i915/display: identify display steppings in display probeJani Nikula-12/+217
2024-08-22drm/i915/display: rename IS_DISPLAY_IP_STEP() to IS_DISPLAY_VER_STEP()Jani Nikula-12/+12
2024-08-22drm/i915/display: rename IS_DISPLAY_IP_RANGE() to IS_DISPLAY_VER_FULL()Jani Nikula-3/+3
2024-08-22drm/xe/step: define more steppings E-JJani Nikula-1/+28
2024-08-22drm/xe/display: remove the unused compat HAS_GMD_ID()Jani Nikula-2/+0
2024-08-22drm/xe/display: remove intel_display_step_name() to simplifyJani Nikula-15/+4
2024-08-22drm/xe/display: fix compat IS_DISPLAY_STEP() range endJani Nikula-1/+1
2024-08-22drm/vc4: v3d: simplify clock retrievalStefan Wahren-15/+3
2024-08-22drm/vc4: Get the rid of DRM_ERROR()Stefan Wahren-67/+70
2024-08-22drm/vc4: hdmi: Handle error case of pm_runtime_resume_and_getStefan Wahren-1/+7
2024-08-22Merge tag 'drm-misc-next-2024-08-16' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter-348/+451
2024-08-22drm/ast: Remove BMC outputThomas Zimmermann-126/+0
2024-08-22drm/ast: vga: Transparently handle BMC supportThomas Zimmermann-2/+25
2024-08-22drm/ast: sil164: Transparently handle BMC supportThomas Zimmermann-2/+25
2024-08-22drm/ast: dp501: Transparently handle BMC supportThomas Zimmermann-8/+25
2024-08-22drm/ast: dp501: Use struct drm_edid and helpersThomas Zimmermann-37/+22
2024-08-22drm/ast: astdp: Transparently handle BMC supportThomas Zimmermann-12/+31
2024-08-22drm/ast: astdp: Simplify power management when detecting displayThomas Zimmermann-13/+6
2024-08-22drm/ast: astdp: Use struct drm_edid and helpersThomas Zimmermann-26/+29
2024-08-22drm/ast: astdp: Move locking into EDID helperThomas Zimmermann-14/+10
2024-08-22drm/ast: Add struct ast_connectorThomas Zimmermann-15/+75
2024-08-22drm/ast: Move code for physical outputs into separate filesThomas Zimmermann-493/+530
2024-08-21drm/xe: fixup xe_alloc_pf_queueMatthew Auld-1/+4
2024-08-21drm/xe: Invalidate media_gt TLBs in PT codeMatthew Brost-19/+80
2024-08-21drm/i915/display: allow creation of Xe2 ccs framebuffersJuha-Pekka Heikkila-0/+25
2024-08-21drm/i915/display: Don't enable decompression on Xe2 with Tile4Juha-Pekka Heikkila-5/+0
2024-08-21drm/xe: Invalidate media_gt TLBsMatthew Brost-13/+24
2024-08-21drm/xe: Free job before xe_exec_queue_putMatthew Brost-1/+2
2024-08-21drm/xe: Drop HW fence pointer to HW fence ctxMatthew Brost-7/+11
2024-08-21drm/xe: Fix missing workqueue destroy in xe_gt_pagefaultStuart Summers-2/+16
2024-08-21drm/xe: Free job before xe_exec_queue_putMatthew Brost-1/+2
2024-08-21drm/i915/gem: Calculate object page offset for partial memory mappingAndi Shyti-3/+16
2024-08-21drm/i915/gem: Do not look for the exact address in nodeAndi Shyti-3/+3
2024-08-21drm/i915/psr: Prevent Panel Replay if CRC calculation is enabledJouni Högander-0/+6
2024-08-21drm/xe/display: drop unused rawclk_freq and RUNTIME_INFO()Jani Nikula-7/+0
2024-08-21drm/i915: move rawclk from runtime to display runtime infoJani Nikula-17/+17
2024-08-20drm/amdgpu: fix eGPU hotplug regressionAlex Deucher-1/+1
2024-08-20drm/amdgpu: Validate TA binary sizeCandice Li-0/+3
2024-08-20drm/amdgpu/sdma5.2: limit wptr workaround to sdma 5.2.1Alex Deucher-8/+10
2024-08-20drm/amdgpu: fixing rlc firmware loading failure issueYang Wang-2/+3
2024-08-20drm/amd/gfx11: move the gfx mutex into the callerAlex Deucher-4/+3
2024-08-20drm/amd/pm: ensure the fw_info is not null before using itTim Huang-0/+2