summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2026-05-27drm/amdkfd: Fix UML build guards for x86_64-only codeAlex Hung2-4/+4
2026-05-27drm/xe: Restore IDLEDLY regiter on engine resetBalasubramani Vivekanandan1-0/+5
2026-05-27drm/dp: Add DSC virtual DPCD quirk for Realtek MST branch deviceImre Deak1-0/+2
2026-05-27drm/xe/pm: Do early initialization in init_early()Michal Wajdeczko1-8/+7
2026-05-27drm/xe/pm: Don't access device in init_early()Michal Wajdeczko4-5/+32
2026-05-27drm/xe: Separate early xe_device initializationMichal Wajdeczko2-11/+29
2026-05-27drm/xe: Move xe->info.devid|revid initializationMichal Wajdeczko3-2/+18
2026-05-27drm/xe: Move xe->info.force_execlist initializationMichal Wajdeczko2-1/+1
2026-05-27drm/xe: Drop unused param from xe_device_create()Michal Wajdeczko3-5/+11
2026-05-27drm/xe: Use raw device ID to find sub-platform descriptorMichal Wajdeczko1-3/+4
2026-05-27drm/i915/power: drop resume parameter from intel_display_power_init_hw()Jani Nikula3-20/+24
2026-05-27drm/i915/power: rename intel_power_domains_*() to intel_display_power_*()Jani Nikula7-55/+55
2026-05-27drm/i915/power: make intel_power_domains_{suspend, resume}() staticJani Nikula2-4/+2
2026-05-27drm/i915/display: stop passing i to for_each_pipe_crtc_modeset_{enable, disab...Jani Nikula4-31/+26
2026-05-27drm/i915/display: stop passing i to for_each_*_intel_crtc_in_state() macrosJani Nikula14-141/+89
2026-05-27drm/i915/display: pass struct intel_display to all for_each_intel_crtc*() macrosJani Nikula29-105/+105
2026-05-27drm/i915/display: always pass display->drm to for_each_intel_crtc*()Jani Nikula3-3/+6
2026-05-27drm/i915/display: switch from drm_for_each_crtc() to for_each_intel_crtc()Jani Nikula1-6/+6
2026-05-27drm/{i915, xe}: move xe_display_flush_cleanup_work() to i915 displayJani Nikula3-24/+26
2026-05-26drm/xe: Assign queue name in time for drm_sched_initTvrtko Ursulin1-32/+40
2026-05-26drm/panel: fix kernel-doc warning for devm_drm_panel_add()Dongyang Jin1-0/+1
2026-05-26drm/panel: simple: add NEC NL6448BC33-70CSteffen Trumtrar1-0/+29
2026-05-26drm/panel: simple: Add AM-1280800W8TZQW-T00HDario Binacchi1-0/+28
2026-05-26drm/i915: relocate intel_hpd_cancel_work() callJani Nikula2-3/+1
2026-05-26drm/bridge: ite-it66121: Select HDMI or DVI mode based on sink typeJavier Martinez Canillas1-2/+5
2026-05-26drm/bridge: ite-it66121: Move .mode_set logic to .atomic_enableJavier Martinez Canillas1-43/+57
2026-05-26drm/bridge: ite-it66121: Switch to the HDMI connector helpersJavier Martinez Canillas2-51/+162
2026-05-26drm/i915/psr: Use DC_OFF wake reference to block DC6 on vblank enableJouni Högander4-17/+18
2026-05-26drm/i915/psr: Block DC states on vblank enable when Panel Replay supportedJouni Högander1-9/+10
2026-05-26drm/i915/color: Fix HDR pre-CSC LUT programming loopPranay Samala1-1/+1
2026-05-26drm/i915/aux: use polling when irqs are unavailableMichał Grzelak1-4/+16
2026-05-26drm/i915: Fix potential UAF in TTM object purgeJanusz Krzysztofik1-12/+16
2026-05-26drm: verisilicon: fix build failure of cursor plane codeIcenowy Zheng1-4/+4
2026-05-26Merge tag 'exynos-drm-next-for-v7.2' of git://git.kernel.org/pub/scm/linux/ke...Dave Airlie11-129/+103
2026-05-26Merge tag 'mediatek-drm-next-20260521' of https://git.kernel.org/pub/scm/linu...Dave Airlie4-24/+33
2026-05-26Merge tag 'drm-xe-next-2026-05-21' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie27-160/+348
2026-05-26Merge tag 'drm-misc-next-2026-05-21' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie42-270/+474
2026-05-25gpu: nova-core: vbios: remove unused rom_header fieldEliot Courtney1-4/+0
2026-05-25gpu: nova-core: vbios: move constants and functions to be associatedEliot Courtney1-100/+104
2026-05-25gpu: nova-core: vbios: drop redundant TryFrom importEliot Courtney1-2/+0
2026-05-25gpu: nova-core: vbios: drop unused image wrappersEliot Courtney1-12/+0
2026-05-25gpu: nova-core: vbios: remove unnecessary fields in PciRomHeaderEliot Courtney1-52/+16
2026-05-25gpu: nova-core: vbios: use let-else in Vbios::newEliot Courtney1-8/+8
2026-05-25gpu: nova-core: vbios: use single logical block for the FWSEC sectionEliot Courtney1-62/+37
2026-05-25gpu: nova-core: vbios: use the first PCI-AT imageEliot Courtney1-1/+4
2026-05-25gpu: nova-core: vbios: construct `FwSecBiosImage` directly from BIOS imagesEliot Courtney1-59/+29
2026-05-25gpu: nova-core: vbios: store PMU lookup entries in a KVVecEliot Courtney1-38/+18
2026-05-25gpu: nova-core: vbios: read PMU lookup entries using FromBytesEliot Courtney1-14/+9
2026-05-25gpu: nova-core: vbios: simplify setup_falcon_dataEliot Courtney1-31/+23
2026-05-25gpu: nova-core: vbios: compute FWSEC-relative Falcon data offsetEliot Courtney1-29/+19