aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2025-09-15drm/exynos: exynos7_drm_decon: remove ctx->suspendedKaustabh Chakraborty1-36/+0
2025-09-15drm/bridge: samsung-dsim: add driver support for exynos7870 DSIM bridgeKaustabh Chakraborty1-0/+82
2025-09-15drm/bridge: samsung-dsim: add ability to define clock names for every variantKaustabh Chakraborty1-45/+43
2025-09-15drm/bridge: samsung-dsim: increase timeout value for PLL_STABLEKaustabh Chakraborty1-1/+1
2025-09-15drm/bridge: samsung-dsim: allow configuring the PLL_STABLE bitKaustabh Chakraborty1-2/+7
2025-09-15drm/bridge: samsung-dsim: allow configuring PLL_M and PLL_S offsetsKaustabh Chakraborty1-5/+16
2025-09-15drm/bridge: samsung-dsim: allow configuring the VIDEO_MODE bitKaustabh Chakraborty1-2/+7
2025-09-15drm/bridge: samsung-dsim: allow configuring the MAIN_VSA offsetKaustabh Chakraborty1-3/+10
2025-09-15drm/bridge: samsung-dsim: allow configuring bits and offsets of CLKCTRL registerKaustabh Chakraborty1-22/+54
2025-09-15drm/bridge: samsung-dsim: add flag to control header FIFO waitKaustabh Chakraborty1-3/+12
2025-09-15drm/bridge: samsung-dsim: add SFRCTRL registerKaustabh Chakraborty1-0/+16
2025-09-15drm/bridge: samsung-dsim: support separate LINK and DPHY status registersKaustabh Chakraborty1-4/+18
2025-09-15drm: Replace the deprecated DRM_* logging macros in gem helper filesAthul Raj Kollareth2-9/+9
2025-09-15drm/pixpaper: Fix return type of pixpaper_mode_valid()Nathan Chancellor1-2/+2
2025-09-15drm: gud: replace WARN_ON/WARN_ON_ONCE with drm versionsRuben Wauters2-9/+9
2025-09-15Merge drm/drm-next into drm-misc-nextThomas Zimmermann670-7091/+16396
2025-09-15Merge tag 'v6.17-rc6' into drm-nextDave Airlie85-428/+771
2025-09-15Merge tag 'drm-intel-gt-next-2025-09-12' of https://gitlab.freedesktop.org/dr...Dave Airlie6-12/+116
2025-09-13Revert "drm: Add directive to format code in comment"Bagas Sanjaya1-2/+0
2025-09-12drm/gem/shmem: Extract drm_gem_shmem_release() from drm_gem_shmem_free()Lyude Paul1-5/+18
2025-09-12drm/gem/shmem: Extract drm_gem_shmem_init() from drm_gem_shmem_create()Lyude Paul1-25/+50
2025-09-12drm/xe: defer free of NVM auxiliary container to device release callbackNitin Gote1-1/+4
2025-09-12drm/xe/configfs: Fix documentation warningLucas De Marchi1-2/+2
2025-09-12drm/xe: Update workaround documentationLucas De Marchi1-13/+32
2025-09-12drm/xe/hwmon: Remove type castingMallesh Koujalagi1-16/+19
2025-09-12drm/xe/guc: Fix spelling mistake "sheduling" -> "scheduling"Colin Ian King1-1/+1
2025-09-12drm/xe/xe3: Extend Wa_18041344222 to graphics IP versions 30.00 and 30.01Harish Chegondi1-0/+7
2025-09-12drm/xe: Fix circular locking dependencyRodrigo Vivi2-1/+3
2025-09-12drm/xe: Use tile-oriented messages in GGTT codeMichal Wajdeczko1-6/+6
2025-09-12drm/xe: Add dedicated printk macros for tile and deviceMichal Wajdeczko3-6/+261
2025-09-12drm/xe: Prepare format for GT-oriented messages in one placeMichal Wajdeczko1-4/+9
2025-09-12drm/xe: Drop "gt_" prefix from xe_gt_WARN() macrosMichal Wajdeczko1-2/+2
2025-09-12drm/xe: Keep xe_gt_err() macro definitions togetherMichal Wajdeczko1-5/+5
2025-09-12drm/i915: split out i915_wait_util.hJani Nikula24-150/+183
2025-09-12drm/i915: split out i915_list_util.hJani Nikula5-15/+26
2025-09-12drm/i915: split out i915_timer_util.[ch]Jani Nikula7-45/+64
2025-09-12drm/i915: split out i915_ptr_util.hJani Nikula6-63/+73
2025-09-12drm/bridge: imx8qxp-ldb: Remove dummy Runtime PM callbackGeert Uytterhoeven1-6/+1
2025-09-12Merge tag 'amd-drm-next-6.18-2025-09-09' of https://gitlab.freedesktop.org/ag...Dave Airlie105-1026/+1756
2025-09-12Merge tag 'drm-misc-next-2025-09-11' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie30-434/+2074
2025-09-12Merge tag 'drm-intel-next-2025-09-05' of https://gitlab.freedesktop.org/drm/i...Dave Airlie123-1336/+2005
2025-09-12Merge tag 'drm-xe-fixes-2025-09-11' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie13-29/+115
2025-09-12Merge tag 'drm-misc-fixes-2025-09-11' of https://gitlab.freedesktop.org/drm/m...Dave Airlie6-45/+25
2025-09-12Merge tag 'mediatek-drm-fixes-20250910' of https://git.kernel.org/pub/scm/lin...Dave Airlie1-14/+9
2025-09-12Merge tag 'amd-drm-fixes-6.17-2025-09-10' of https://gitlab.freedesktop.org/a...Dave Airlie17-256/+202
2025-09-11drm/i915/guc: Include the GuC registers in the error stateDaniele Ceraolo Spurio4-0/+112
2025-09-11drm/tegra: hdmi: sor: Fix error: variable ā€˜j’ set but not usedBrahmajit Das2-4/+4
2025-09-11drm/xe/guc: Set RCS/CCS yield policyDaniele Ceraolo Spurio6-5/+97
2025-09-11drm/xe/pf: Drop rounddown_pow_of_two fair LMEM limitationMichal Wajdeczko1-1/+0
2025-09-11drm/xe: Fix driver reference in FLR commentVarun Gupta1-1/+1