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