aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2025-06-06drm/atomic-helper: Separate out bridge pre_enable/post_disable from enable/disableAradhya Bhatia1-3/+88
2025-06-06drm/atomic-helper: Refactor crtc & encoder-bridge op loops into separate functionsAradhya Bhatia1-20/+49
2025-06-06drm/panthor: Clean up 64-bit register definitionsKarunika Choo5-75/+47
2025-06-06drm/panthor: Add 64-bit and poll register accessorsKarunika Choo7-161/+124
2025-06-06drm/panthor: Fix the user MMIO offset logic for emulatorsBoris Brezillon2-16/+58
2025-06-06Merge tag 'drm-misc-fixes-2025-05-28' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixesSimona Vetter1-0/+1
2025-06-06drm/nouveau/vfn/r535: Convert comma to semicolonChen Ni1-1/+1
2025-06-06Merge tag 'amd-drm-fixes-6.16-2025-06-05' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie17-51/+205
2025-06-06Merge tag 'drm-xe-next-fixes-2025-06-05' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-nextDave Airlie19-176/+476
2025-06-06Merge tag 'drm-misc-next-fixes-2025-06-05' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie4-17/+12
2025-06-06Merge tag 'drm-intel-next-fixes-2025-06-05' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-nextDave Airlie3-14/+25
2025-06-05drm/xe/xe3: Disable null query for anyhit shaderNitin Gote1-0/+5
2025-06-05drm/xe: remove unmatched xe_vm_unlock() from __xe_exec_queue_init()Maciej Patelczyk1-5/+1
2025-06-05drm/xe: Create LRC BO without VMNiranjana Vishwanathapura2-28/+4
2025-06-05drm/xe/guc_submit: add back fixMatthew Auld1-0/+11
2025-06-05drm/xe/pxp: Clarify PXP queue creation behavior if PXP is not readyDaniele Ceraolo Spurio1-2/+6
2025-06-05drm/xe/pxp: Use the correct define in the set_property_funcs arrayDaniele Ceraolo Spurio1-1/+1
2025-06-05drm/xe/sched: stop re-submitting signalled jobsMatthew Auld1-1/+9
2025-06-05drm/xe: Rework eviction rejection of bound external bosThomas Hellström3-18/+105
2025-06-05drm/xe/vsec: fix CONFIG_INTEL_VSEC dependencyArnd Bergmann1-1/+2
2025-06-05drm/xe: drop redundant conversion to boolRaag Jadav1-1/+1
2025-06-05drm/xe/hwmon: Move card reactive critical power under channel cardKarthik Poosa1-3/+3
2025-06-05drm/xe/hwmon: Add support to manage power limits though mailboxKarthik Poosa8-106/+318
2025-06-05drm/xe/vm: move xe_svm_init() earlierMatthew Auld1-7/+12
2025-06-05drm/xe/vm: move rebind_work init earlierMatthew Auld1-4/+4
2025-06-05drm/i915: use drm_modeset_lock_assert_held() in intel_connector_get_pipe()Luca Coelho1-2/+1
2025-06-05drm/hyperv: Add support for drm_panicRyosuke Yasuoka1-0/+36
2025-06-05drm/i915: remove unused arg in skl_scaler_get_filter_select()Luca Coelho1-9/+8
2025-06-05drm/i915/dkl: return if tc_port is invalid in dkl_phy_set_hip_idx()Luca Coelho1-1/+3
2025-06-05drm/xe/guc_submit: add back fixMatthew Auld1-0/+11
2025-06-05drm/panel-edp: Clarify the `prepare_to_enable` description in commentsDouglas Anderson1-1/+1
2025-06-05drm/panel-simple: fix the warnings for the Evervision VGG644804Michael Walle1-2/+3
2025-06-05drm/panel: himax-hx8394: Add Support for Huiling hl055fhav028cChris Morgan1-0/+142
2025-06-05drm/panel-simple: add AUO P238HAN01 panel entryMichael Walle1-0/+27
2025-06-05drm/panel: ili9341: Remove unused member from struct ili9341Andy Shevchenko1-1/+0
2025-06-05drm/ttm: handle undefined printf arg evaluation order in debugfsDave Airlie1-1/+3
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds13-15/+12
2025-06-04drm/i915/dram: allocate struct dram_info dynamicallyJani Nikula4-41/+41
2025-06-04drm/i915/dram: add return value and handling to intel_dram_detect()Jani Nikula4-6/+13
2025-06-04drm/i915/dram: pass struct dram_info pointer aroundJani Nikula1-22/+18
2025-06-04drm/i915/wm: DG2 doesn't have dram info to look up wm_lv_0_adjust_neededJani Nikula1-1/+1
2025-06-04drm/i915/dram: add accessor for struct dram_info and use itJani Nikula5-14/+25
2025-06-04drm/i915/bw: pass struct dram_info pointer aroundJani Nikula1-22/+22
2025-06-04drm/ttm: Fix compile error when CONFIG_SHMEM is not setSteven Rostedt1-0/+1
2025-06-04drm/xe: Make VMA tile_present, tile_invalidated access rules clearMatthew Brost4-13/+44
2025-06-04drm/i915/display: Fix u32 overflow in SNPS PHY HDMI PLL setupDibin Moolakadan Subrahmanian1-8/+8
2025-06-04drm/i915/sbi: clean up SBI register macro definitions and usageJani Nikula4-51/+51
2025-06-04drm/i915/sbi: split out intel_sbi_regs.hJani Nikula6-42/+55
2025-06-04drm/i915/sbi: convert to intel_de_*()Jani Nikula1-13/+9
2025-06-04drm/i915: add out_value to intel_wait_for_register_fw() and intel_de_wait_fw()Jani Nikula8-13/+15