summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorLines
2025-08-20drm_bridge: register content protect propertyHsin-Yi Wang-0/+9
2025-08-20Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard-67/+209
2025-08-20drm/panel: panel-samsung-s6e88a0-ams427ap24: Fix includesThomas Zimmermann-0/+2
2025-08-20drm/virtio: clean up minor codestyle issuesAthul Raj Kollareth-15/+16
2025-08-20Merge drm/drm-next into drm-misc-nextMaxime Ripard-67/+209
2025-08-20drm/i915/psr: Underrun on idle PSR wa only when pkgc latency > delayed vblankJouni Högander-6/+17
2025-08-19drm/gpusvm: Make drm_gpusvm_for_each_* macros publicHimal Prasad Ghimiray-97/+25
2025-08-19drm/gpuvm: Introduce drm_gpuvm_madvise_ops_createHimal Prasad Ghimiray-37/+188
2025-08-19drm/gpuvm: Kill drm_gpuva_init()Boris Brezillon-1/+7
2025-08-19drm/gpuvm: Pass map arguments through a structBoris Brezillon-65/+88
2025-08-19drm/xe: Assign ioctl xe file handler to vm in xe_vm_createPiotr Piórkowski-8/+9
2025-08-19drm/i915/dram: move fsb_freq and mem_freq to dram infoJani Nikula-30/+26
2025-08-19drm/i915/dram: bypass fsb/mem freq detection on dg2 and no displayJani Nikula-1/+4
2025-08-19drm/i915/rps: use intel_fsb_freq() and intel_mem_freq()Jani Nikula-3/+8
2025-08-19drm/i915/dram: add intel_mem_freq()Jani Nikula-5/+13
2025-08-19drm/i915/dram: add intel_fsb_freq() and use itJani Nikula-7/+13
2025-08-19drm/i915/switcheroo: check for NULL before dereferencingJani Nikula-2/+2
2025-08-19drm/i915/gt: Relocate compression repacking WA for JSL/EHLSebastian Brzezinka-9/+11
2025-08-19drm/i915: silence rpm wakeref asserts on GEN11_GU_MISC_IIR accessJani Nikula-0/+4
2025-08-19drm/i915/dp: Set min_bpp limit to 30 in HDR modeChaitanya Kumar Borah-9/+15
2025-08-19drm/i915/dp: Refactor intel_dp_in_hdr_mode() for broader reuseChaitanya Kumar Borah-13/+14
2025-08-18drm/amd/display: Fix DP audio DTO1 clock source on DCE 6.Timur Kristóf-15/+6
2025-08-18drm/amd/display: Fix fractional fb divider in set_pixel_clock_v3Timur Kristóf-1/+1
2025-08-18drm/amd/display: Don't print errors for nonexistent connectorsTimur Kristóf-5/+15
2025-08-18drm/amd/display: Don't warn when missing DCE encoder capsTimur Kristóf-4/+4
2025-08-18drm/amd/display: Fill display clock and vblank time in dce110_fill_display_co...Timur Kristóf-11/+3
2025-08-18drm/amd/display: Find first CRTC and its line time in dce110_fill_display_con...Timur Kristóf-10/+20
2025-08-18drm/amd/display: Adjust DCE 8-10 clock, don't overclock by 15%Timur Kristóf-7/+5
2025-08-18drm/amd/display: Don't overclock DCE 6 by 15%Timur Kristóf-5/+3
2025-08-18drm/amd/display: Add null pointer check in mod_hdcp_hdcp1_create_session()Chenyuan Yang-0/+3
2025-08-18drm/amd/display: Fix Xorg desktop unresponsive on Replay panelTom Chung-0/+19
2025-08-18drm/amd/display: Avoid a NULL pointer dereferenceMario Limonciello-0/+3
2025-08-18drm/amdgpu/swm14: Update power limit logicAlex Deucher-5/+25
2025-08-18drm/amd/display: Revert Add HPO encoder support to ReplayGabe Teeger-62/+5
2025-08-18drm/i915/gt: Relocate Gen6 context-specific workaroundSebastian Brzezinka-3/+3
2025-08-18drm/i915/gt: Relocate Gen7 context-specific workaroundsSebastian Brzezinka-12/+11
2025-08-18drm/i915/gt: Relocate compression repacking WA for JSL/EHLSebastian Brzezinka-9/+11
2025-08-18drm/amd/display: Fix DP audio DTO1 clock source on DCE 6.Timur Kristóf-15/+6
2025-08-18drm/radeon: Use vmalloc_array and vcalloc to simplify codeQianfeng Rong-4/+4
2025-08-18drm/amdgpu/vcn: Remove unnecessary checkRodrigo Siqueira-5/+1
2025-08-18drm/amd/display: Fix fractional fb divider in set_pixel_clock_v3Timur Kristóf-1/+1
2025-08-18drm/amd/display: Don't print errors for nonexistent connectorsTimur Kristóf-5/+15
2025-08-18drm/amd/display: Don't warn when missing DCE encoder capsTimur Kristóf-4/+4
2025-08-18drm/amd/display: Fill display clock and vblank time in dce110_fill_display_co...Timur Kristóf-11/+3
2025-08-18drm/amd/display: Find first CRTC and its line time in dce110_fill_display_con...Timur Kristóf-10/+20
2025-08-18drm/amd/display: Adjust DCE 8-10 clock, don't overclock by 15%Timur Kristóf-7/+5
2025-08-19Merge tag 'drm-misc-next-2025-08-14' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-960/+3146
2025-08-18drm/amd/display: Don't overclock DCE 6 by 15%Timur Kristóf-5/+3
2025-08-18drm/amd/display: replace min/max nesting with clamp()Xichao Zhao-2/+2
2025-08-18drm/amd/display: Use swap() to simplify codeLiao Yuanhong-4/+2