summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2025-12-22drm/{i915, xe}: deduplicate intel_initial_plane_config() between i915 and xeJani Nikula
2025-12-22drm/{i915, xe}: move initial plane calls to parent interfaceJani Nikula
2025-12-22drm/i915: rename intel_plane_initial.h to intel_initial_plane.hJani Nikula
2025-12-22drm/xe/display: rename xe_plane_initial.c to xe_initial_plane.cJani Nikula
2025-12-22drm/i915: move display/intel_plane_initial.c to i915_initial_plane.cJani Nikula
2025-12-22drm/xe: Fix ggtt fb alignmentTvrtko Ursulin
2025-12-21drm/ast: Swap framebuffer writes on big-endian machinesRené Rebe
2025-12-21drm/gem-shmem: Fix the MODULE_LICENSE() stringThomas Zimmermann
2025-12-21drm/gem-shmem: Fix typos in documentationThomas Zimmermann
2025-12-21drm/tests: shmem: Hold reservation lock around purgeThomas Zimmermann
2025-12-21drm/tests: shmem: Hold reservation lock around madviseThomas Zimmermann
2025-12-21drm/tests: shmem: Hold reservation lock around vmap/vunmapThomas Zimmermann
2025-12-21drm/tests: shmem: Add clean-up action to unpin pagesThomas Zimmermann
2025-12-21drm/tests: shmem: Swap names of export testsThomas Zimmermann
2025-12-21drm/panfrost: Add GPU_PM_RT support for RZ/G3E SoCBiju Das
2025-12-20drm/nouveau/dispnv50: Don't call drm_atomic_get_crtc_state() in prepare_fbLyude Paul
2025-12-19drm/msm: Fix a7xx per pipe register programmingAnna Maniscalco
2025-12-19drm/msm: add PERFCTR_CNTL to ifpc_reglistAnna Maniscalco
2025-12-19drm/msm/a6xx: move preempt_prepare_postamble after error checkAlok Tiwari
2025-12-19drm/msm: adreno: fix deferencing ifpc_reglist when not declaredNeil Armstrong
2025-12-19drm/panic: avoid WARN when checking format supportFrancesco Valla
2025-12-19drm/log: avoid WARN when searching for usable formatFrancesco Valla
2025-12-19drm/draw: add drm_draw_can_convert_from_xrgb8888Francesco Valla
2025-12-19drm/xe: Print GuC queue submission state on engine resetMatthew Brost
2025-12-19drm/xe: Increase log level for unhandled page faultsMatthew Brost
2025-12-19drm/i915/pc8: Add parent interface for PC8 forcewake tricksVille Syrjälä
2025-12-19drm/i915/cx0: Toggle powerdown states for C10 on HDMIGustavo Sousa
2025-12-19drm/i915/cx0: Use a more accurate message for powerdown change failureGustavo Sousa
2025-12-19drm/xe/xe_survivability: Add index bound checkRiana Tauro
2025-12-19drm/xe/xe_survivability: Use static for survivability info attributesRiana Tauro
2025-12-19drm/xe/pmu: Replace sprintf() with sysfs_emit()Madhur Kumar
2025-12-19drm/i915/dp: Fail state computation for invalid DSC source input BPP valuesImre Deak
2025-12-19drm/i915/dp: Fail state computation for invalid max sink compressed BPP valueImre Deak
2025-12-19drm/i915/dp: Fail state computation for invalid max throughput BPP valueImre Deak
2025-12-19drm/i915/dp: Fail state computation for invalid min/max link BPP valuesImre Deak
2025-12-19drm/i915/dp: Account with pipe joiner max compressed BPP limit for DP-MST and...Imre Deak
2025-12-19drm/i915/dp: Account with DSC BW overhead for compressed DP-SST stream BWImre Deak
2025-12-19drm/i915/dp: Account with MST, SSC BW overhead for uncompressed DP-MST stream BWImre Deak
2025-12-19drm/i915/dp: Use the effective data rate for DP compressed BW calculationImre Deak
2025-12-19drm/i915/dp: Use the effective data rate for DP BW calculationImre Deak
2025-12-19drm/i915/dp: Fix BW check in is_bw_sufficient_for_dsc_config()Imre Deak
2025-12-19drm/i915/dp: Factor out intel_dp_link_bw_overhead()Imre Deak
2025-12-19drm/i915/dp: Use a mode's crtc_clock vs. clock during state computationImre Deak
2025-12-19drm/i915/dp: Return a fixed point BPP value from intel_dp_output_bpp()Imre Deak
2025-12-19drm/i915/dp: Fix DSC sink's slice count capability checkImre Deak
2025-12-19drm/dp: Add drm_dp_dsc_sink_slice_count_mask()Imre Deak
2025-12-19drm/dp: Parse all DSC slice count caps for eDP 1.5Imre Deak
2025-12-19drm/panthor: Support partial unmaps of huge pagesAdrián Larumbe
2025-12-19drm/panthor: Evict groups before VM terminationKetil Johnsen
2025-12-19Merge drm/drm-next into drm-xe-nextThomas Hellström