summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorLines
2025-11-19drm/xe: Return forcewake reference type from force_wake_get_any_engine()Matt Roper-19/+19
2025-11-19drm/xe/display: Use scoped-cleanupMatt Roper-36/+18
2025-11-19drm/xe/devcoredump: Use scope-based cleanupMatt Roper-18/+12
2025-11-19drm/xe/device: Use scope-based cleanupMatt Roper-22/+11
2025-11-19drm/xe/gsc: Use scope-based cleanupMatt Roper-25/+13
2025-11-19drm/xe/pxp: Use scope-based cleanupMatt Roper-37/+18
2025-11-19drm/xe/pat: Use scope-based forcewakeMatt Roper-24/+12
2025-11-19drm/xe/mocs: Use scope-based cleanupMatt Roper-23/+12
2025-11-19drm/xe/guc_pc: Use scope-based cleanupMatt Roper-45/+17
2025-11-19drm/xe/guc: Use scope-based cleanupMatt Roper-26/+12
2025-11-19drm/xe/gt_idle: Use scope-based cleanupMatt Roper-29/+12
2025-11-19drm/xe/gt: Use scope-based cleanupMatt Roper-89/+41
2025-11-19drm/xe/pm: Add scope-based cleanup helper for runtime PMMatt Roper-0/+38
2025-11-19drm/xe/forcewake: Add scope-based cleanup for forcewakeMatt Roper-0/+47
2025-11-19drm/plane: Fix create_in_format_blob() return valueVille Syrjälä-2/+2
2025-11-19drm/xe/rps: build RPS as part of xeJani Nikula-21/+1
2025-11-19drm/i915: add .fence_priority_display to parent interfaceJani Nikula-16/+17
2025-11-19drm/i915/rps: postpone i915 fence check to boostJani Nikula-5/+6
2025-11-19drm/i915/rps: call RPS functions via the parent interfaceJani Nikula-11/+78
2025-11-19drm/i915/rps: store struct dma_fence in struct wait_rps_boostJani Nikula-4/+4
2025-11-19drm/i915: add .has_fenced_regions to parent interfaceJani Nikula-17/+15
2025-11-19drm/i915: add .vgpu_active to parent interfaceJani Nikula-25/+17
2025-11-19drm/{i915,xe}/display: move irq calls to parent interfaceJani Nikula-79/+111
2025-11-19drm/i915/display: convert the display irq interfaces to struct intel_displayJani Nikula-116/+68
2025-11-19drm/{i915, xe}/display: duplicate gen2 irq/error init/reset in display irqJani Nikula-76/+73
2025-11-19drm/i915/dram: Fix ICL DIMM_S decodingVille Syrjälä-64/+155
2025-11-19drm/i915/dram: Sort SKL+ DIMM register bitsVille Syrjälä-9/+9
2025-11-19drm/i915/dram: Use REG_GENMASK() & co. for the SKL+ DIMM regsVille Syrjälä-34/+29
2025-11-19drm/panel: sofef00: Non-continuous mode and video burst are supportedDavid Heidelberg-1/+2
2025-11-19drm/panel: sofef00: Mark the LPM mode always-onDavid Heidelberg-2/+5
2025-11-19drm/panel: sofef00: Simplify get_modesDavid Heidelberg-14/+7
2025-11-19drm/panel: sofef00: Introduce compatible which includes the panel nameDavid Heidelberg-3/+4
2025-11-19drm/panel: sofef00: Initialise at 50% brightnessCasey Connolly-1/+1
2025-11-19drm/panel: sofef00: Add prepare_prev_first flag to drm_panelCasey Connolly-0/+2
2025-11-19drm/panel: sofef00: Introduce page macroDavid Heidelberg-5/+10
2025-11-19drm/panel: sofef00: Split sending commands to the enable/disable functionsDavid Heidelberg-1/+19
2025-11-19drm/panel: sofef00: Handle all regulatorsDavid Heidelberg-11/+17
2025-11-19drm/panel: sofef00: Clean up panel description after s6e3fc2x01 removalDavid Heidelberg-5/+6
2025-11-19drm/panel: ilitek-ili9881d: Add support for Wanchanglong W552946AAA panelChaoyi Chen-0/+225
2025-11-19drm/panel: ronbo-rb070d30: fix warning with gpio controllers that sleepJosua Mayer-4/+4
2025-11-19drm/panel: jadard-jd9365da-h3: Use dev_err_probe() instead of DRM_DEV_ERROR()...Abhishek Rajput-12/+9
2025-11-19drm/panel: simple: Add Raystar RFF500F-AWH-DNN panel entryFabio Estevam-0/+27
2025-11-19gpu/drm: panel: simple-panel: add Samsung LTL106AL01 LVDS panel supportSvyatoslav Ryhel-0/+34
2025-11-19gpu/drm: panel: add support for LG LD070WX3-SL01 MIPI DSI panelSvyatoslav Ryhel-31/+198
2025-11-19drm/xe/vm: Use for_each_tlb_inval() to calculate invalidation fencesMatt Roper-8/+7
2025-11-19Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann-111/+274
2025-11-19drm/i915/cx0: Enable dpll framework for MTL+Mika Kahola-86/+6
2025-11-19drm/i915/cx0: Add MTL+ Thunderbolt PLL hooksImre Deak-2/+59
2025-11-19drm/i915/cx0: Get encoder configuration for C10 and C20 PHY PLLsMika Kahola-6/+75
2025-11-19drm/i915/cx0: Add MTL+ .enable_clock/.disable clock hooks on DDIMika Kahola-16/+64