summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2024-12-10drm/log: Add integer scaling supportJocelyn Falempe-9/+18
2024-12-10drm/log: Implement suspend/resumeJocelyn Falempe-0/+20
2024-12-10drm/log: Color the timestamp, to improve readabilityJocelyn Falempe-6/+21
2024-12-10drm/log: Do not draw if drm_master is takenJocelyn Falempe-2/+8
2024-12-10drm/log: Introduce a new boot logger to draw the kmsg on the screenJocelyn Falempe-4/+452
2024-12-10drm/panic: Move drawing functions to drm_drawJocelyn Falempe-240/+324
2024-12-10drm: renesas: rz-du: rzg2l_du_encoder: Fix max dot clock for DPIBiju Das-0/+18
2024-12-10drm: renesas: rz-du: Drop DU_MCR0_DPI_OE macroBiju Das-7/+1
2024-12-10drm/i915/display: use drm_print_hex_dump() for buffer mismatch dumpsJani Nikula-15/+2
2024-12-10drm/i915/display: use drm_print_hex_dump() for crtc state dumpJani Nikula-12/+2
2024-12-10drm/print: add drm_print_hex_dump()Jani Nikula-0/+23
2024-12-10drm/i915/mst: add beginnings of DP MST documentationJani Nikula-0/+32
2024-12-10drm: rework FB_CORE dependencyArnd Bergmann-0/+1
2024-12-10drm/bridge: ite-it6263: Support VESA-24 input formatTommaso Merciai-3/+22
2024-12-10drm/panic: remove spurious empty line to clean warningMiguel Ojeda-1/+0
2024-12-09drm/xe: fix the ERR_PTR() returned on failure to allocate tiny ptMirsad Todorovac-2/+2
2024-12-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst-934/+1469
2024-12-09Merge drm/drm-next into drm-xe-nextRodrigo Vivi-885/+1368
2024-12-09drm/i915/pps: include panel power cycle delay in debugfsJani Nikula-0/+2
2024-12-09drm/i915/pps: debug log the remaining power cycle delay to waitJani Nikula-9/+10
2024-12-09drm/i915: Fix memory leak by correcting cache object name in error handlerJiasheng Jiang-1/+1
2024-12-09drm/i915: Fix NULL pointer dereference in capture_engineEugene Kobyak-3/+15
2024-12-09drm/i915/color: Stop using non-posted DSB writes for legacy LUTVille Syrjälä-10/+20
2024-12-09drm/i915/dsb: Don't use indexed register writes needlesslyVille Syrjälä-23/+49
2024-12-09drm/i915/display: convert intel_display_driver.[ch] to struct intel_displayJani Nikula-220/+238
2024-12-09drm/xe/tests: Wait for clear fence operation to completeNirmoy Das-0/+7
2024-12-06Merge tag 'drm-fixes-2024-12-06' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-615/+1031
2024-12-06Merge tag 'amd-drm-fixes-6.13-2024-12-04' of https://gitlab.freedesktop.org/a...Simona Vetter-615/+1031
2024-12-06Merge tag 'drm-fixes-2024-12-07' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-71/+190
2024-12-06drm/xe: Avoid evicting object of the same vm in none fault modeOak Zeng-1/+3
2024-12-06drm/i915/selftests: Add delay to stabilize frequency in live_rps_powerSk Anirban-0/+1
2024-12-06drm/xe: Trace xe_bo_validateOak Zeng-0/+6
2024-12-06drm/panel: visionox-rm69299: Remove redundant assignments of panel fieldsChen-Yu Tsai-7/+2
2024-12-05drm/xe/guc: Fix for dead CT dump not re-armingJohn Harrison-1/+3
2024-12-05drm/xe/vsec: Address static checker issueMichael J. Ruhl-1/+1
2024-12-06Merge tag 'drm-misc-fixes-2024-12-05' of https://gitlab.freedesktop.org/drm/m...Dave Airlie-21/+85
2024-12-06Merge tag 'drm-xe-fixes-2024-12-04' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie-49/+101
2024-12-05drm/amdkfd: Correct the migration DMA map directionPrike Liang-2/+2
2024-12-05drm/amd/pm: Set SMU v13.0.7 default workload typeKenneth Feng-0/+1
2024-12-05drm/amd/pm: Initialize power profile modeLijo Lazar-7/+18
2024-12-05amdgpu/uvd: get ring reference from rq schedulerDavid (Ming Qiang) Wu-1/+1
2024-12-05drm/amdgpu: fix UVD contiguous CS mapping problemChristian König-6/+13
2024-12-05drm/amdgpu: use sjt mec fw on gfx943 for sriovVictor Zhao-2/+8
2024-12-05Revert "drm/amdgpu: Fix ISP hw init issue"Pratap Nirujogi-1/+1
2024-12-05drm/v3d: Enable Performance Counters before clearing themMaíra Canal-1/+1
2024-12-05drm/xe: Use managed BO in memirqIlia Levi-16/+7
2024-12-05drm/dp_mst: Use reset_msg_rx_state() instead of open coding itImre Deak-1/+1
2024-12-05drm/dp_mst: Reset message rx state after OOM in drm_dp_mst_handle_up_req()Imre Deak-3/+6
2024-12-05drm/dp_mst: Ensure mst_primary pointer is valid in drm_dp_mst_handle_up_req()Imre Deak-6/+18
2024-12-05drm/dp_mst: Fix down request message timeout handlingImre Deak-3/+9