summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)Author
2026-05-27drm/i915/power: rename intel_power_domains_*() to intel_display_power_*()Jani Nikula
2026-05-27drm/i915/power: make intel_power_domains_{suspend, resume}() staticJani Nikula
2026-05-27drm/i915/display: stop passing i to for_each_pipe_crtc_modeset_{enable, disab...Jani Nikula
2026-05-27drm/i915/display: stop passing i to for_each_*_intel_crtc_in_state() macrosJani Nikula
2026-05-27drm/i915/display: pass struct intel_display to all for_each_intel_crtc*() macrosJani Nikula
2026-05-27drm/i915/display: always pass display->drm to for_each_intel_crtc*()Jani Nikula
2026-05-27drm/i915/display: switch from drm_for_each_crtc() to for_each_intel_crtc()Jani Nikula
2026-05-27drm/{i915, xe}: move xe_display_flush_cleanup_work() to i915 displayJani Nikula
2026-05-26drm/xe: Assign queue name in time for drm_sched_initTvrtko Ursulin
2026-05-26drm/panel: fix kernel-doc warning for devm_drm_panel_add()Dongyang Jin
2026-05-26drm/panel: simple: add NEC NL6448BC33-70CSteffen Trumtrar
2026-05-26drm/panel: simple: Add AM-1280800W8TZQW-T00HDario Binacchi
2026-05-26drm/i915: relocate intel_hpd_cancel_work() callJani Nikula
2026-05-26drm/bridge: ite-it66121: Select HDMI or DVI mode based on sink typeJavier Martinez Canillas
2026-05-26drm/bridge: ite-it66121: Move .mode_set logic to .atomic_enableJavier Martinez Canillas
2026-05-26drm/bridge: ite-it66121: Switch to the HDMI connector helpersJavier Martinez Canillas
2026-05-26drm/i915/psr: Use DC_OFF wake reference to block DC6 on vblank enableJouni Högander
2026-05-26drm/i915/psr: Block DC states on vblank enable when Panel Replay supportedJouni Högander
2026-05-26drm/i915/color: Fix HDR pre-CSC LUT programming loopPranay Samala
2026-05-26drm/i915/aux: use polling when irqs are unavailableMichał Grzelak
2026-05-26drm/i915: Fix potential UAF in TTM object purgeJanusz Krzysztofik
2026-05-26drm: verisilicon: fix build failure of cursor plane codeIcenowy Zheng
2026-05-26Merge tag 'exynos-drm-next-for-v7.2' of git://git.kernel.org/pub/scm/linux/ke...Dave Airlie
2026-05-26Merge tag 'mediatek-drm-next-20260521' of https://git.kernel.org/pub/scm/linu...Dave Airlie
2026-05-26Merge tag 'drm-xe-next-2026-05-21' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie
2026-05-26Merge tag 'drm-misc-next-2026-05-21' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
2026-05-25drm/i915/dp: Detect changes in common link parametersImre Deak
2026-05-25drm/i915/dp: Cache max common lane countImre Deak
2026-05-25drm/i915/dp: Add helper to set common link paramsImre Deak
2026-05-25drm/i915/dp: Reset link params after a DPRX capability changeImre Deak
2026-05-25drm/hyperv: validate VMBus packet size in receive callbackBerkant Koc
2026-05-25drm/hyperv: validate resolution_count and fix WIN8 fallbackBerkant Koc
2026-05-25drm/i915/psr: Allow SCL=0 on platforms with always-on VRR TGAnkit Nautiyal
2026-05-25drm/i915/psr: Simplify the conditions for SCL computationAnkit Nautiyal
2026-05-25drm/i915/display: Handle odd position for planar formats in selective fetchJouni Högander
2026-05-25drm/i915/psr: Use DC_OFF wake reference to block DC6 on vblank enableJouni Högander
2026-05-25drm/i915/psr: Block DC states on vblank enable when Panel Replay supportedJouni Högander
2026-05-25drm/exec, drm/xe, drm/amdgpu: Add an accessor for struct drm_exec::ticketThomas Hellström
2026-05-25drm/exec, drm/xe: Avoid abusing the drm_exec retry pointerThomas Hellström
2026-05-25drm/exec: Remove the index parameter from drm_exec_for_each_locked_obj[_reverse]Thomas Hellström
2026-05-25drm/i915: Remove useless comment about MTRR.Maarten Lankhorst
2026-05-24drm/msm: Restore second parameter name in purge() and evict()Nathan Chancellor
2026-05-23Merge tag 'drm-xe-fixes-2026-05-21' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie
2026-05-22drm/intel/display: Add support for pipe background color (v4)Maarten Lankhorst
2026-05-22drm/xe/rtp: Implement a structured parser for rule matchingGustavo Sousa
2026-05-22drm/xe/rtp: Fully parse the rulesetGustavo Sousa
2026-05-22drm/xe/rtp: Extract rule_match_item()Gustavo Sousa
2026-05-22drm/xe/rtp: Do not break parsing when missing contextGustavo Sousa
2026-05-22drm/xe/rtp: Don't short-circuit to false in or-yes caseGustavo Sousa
2026-05-22drm/xe/rtp: Drop rule matching cases from rtp_to_sr_cases and rtp_casesGustavo Sousa