summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorLines
2025-04-15drm/imagination: Add support for TI AM68 GPUMatt Coster-0/+2
2025-04-15drm/imagination: Use cached memory with dma_coherentMatt Coster-6/+18
2025-04-15drm/imagination: Add RISC-V firmware processor supportSarah Walker-8/+244
2025-04-15drm/imagination: Move ELF fw utils to common fileMatt Coster-56/+74
2025-04-15drm/imagination: Use callbacks for fw irq handlingMatt Coster-44/+63
2025-04-15drm/imagination: Use a lookup table for fw defsMatt Coster-9/+23
2025-04-15drm/imagination: Make has_fixed_data_addr a valueMatt Coster-30/+11
2025-04-15drm/imagination: Rename event_mask -> status_maskMatt Coster-5/+5
2025-04-15drm/imagination: Remove firmware enable_regMatt Coster-13/+1
2025-04-15drm/imagination: Handle Rogue safety event IRQsAlessio Belle-2/+117
2025-04-15drm/imagination: Mask GPU IRQs in threaded handlerAlessio Belle-7/+5
2025-04-15drm/imagination: Add power domain controlMatt Coster-0/+132
2025-04-15drm/imagination: Use new generic compatible stringMatt Coster-0/+7
2025-04-15drm/imagination: Update register defs for newer GPUsAlessio Belle-19/+134
2025-04-15Merge drm/drm-next into drm-misc-nextThomas Zimmermann-4912/+5915
2025-04-15drm/display: hdmi: provide central data authority for ACR paramsDmitry Baryshkov-0/+168
2025-04-15drm/i915/display: Add link rate and lane count to i915_display_infoKhaled Almahallawy-0/+2
2025-04-15drm/bridge: anx7625: Use devm_pm_runtime_enable()Chen-Yu Tsai-8/+1
2025-04-15drm/i915/dp: Check for HAS_DSC_3ENGINES while configuring DSC slicesAnkit Nautiyal-3/+4
2025-04-15drm/i915/display: Add macro for checking 3 DSC enginesAnkit Nautiyal-0/+1
2025-04-15drm/i915/dp: Check for HAS_DSC_3ENGINES while configuring DSC slicesAnkit Nautiyal-3/+4
2025-04-15drm/i915/display: Add macro for checking 3 DSC enginesAnkit Nautiyal-0/+1
2025-04-15Merge tag 'drm-intel-next-2025-04-11' of https://gitlab.freedesktop.org/drm/i...Dave Airlie-4725/+5411
2025-04-14drm/i915: use graphics version instead of PCH split in error captureJani Nikula-1/+1
2025-04-14drm/i915: don't capture DERRMR for VLV/CHVJani Nikula-1/+1
2025-04-14drm/i915: use display snapshot mechanism for display irq regsJani Nikula-20/+38
2025-04-14drm/i915: stop recording IER in error captureJani Nikula-9/+0
2025-04-14drm/i915: record GEN2_IER in gtier[0] for pre-ilk error captureJani Nikula-2/+3
2025-04-14drm/i915: use 32-bit access for gen2 irq registersJani Nikula-2/+0
2025-04-14drm/i915/dpio: have chv_data_lane_soft_reset() get/put dpio internallyJani Nikula-20/+16
2025-04-14drm/xe: Set LRC addresses before guc loadLucas De Marchi-30/+45
2025-04-14drm/xe/pf: Don't show GGTT/LMEM debugfs files under media GTMichal Wajdeczko-17/+49
2025-04-14drm/vmwgfx: Use dma_buf from GEM object instanceThomas Zimmermann-3/+3
2025-04-14drm/vmwgfx: Test for imported buffers with drm_gem_is_imported()Thomas Zimmermann-5/+5
2025-04-14drm/panthor: Test for imported buffers with drm_gem_is_imported()Thomas Zimmermann-6/+6
2025-04-14drm/panfrost: Test for imported buffers with drm_gem_is_imported()Thomas Zimmermann-1/+1
2025-04-14drm/msm: Test for imported buffers with drm_gem_is_imported()Thomas Zimmermann-6/+6
2025-04-14drm/etnaviv: Use dma_buf from GEM object instanceThomas Zimmermann-2/+2
2025-04-14drm/etnaviv: Test for imported buffers with drm_gem_is_imported()Thomas Zimmermann-2/+2
2025-04-14drm/udl: Support adapters without firmware descriptorThomas Zimmermann-16/+21
2025-04-14drm/udl: Validate length in vendor-descriptor parserThomas Zimmermann-26/+51
2025-04-14drm/udl: Treat vendor descriptor as u8Thomas Zimmermann-8/+8
2025-04-14drm/udl: Return error if vendor descriptor is too shortThomas Zimmermann-36/+36
2025-04-14drm/udl: Handle errors from usb_get_descriptor()Thomas Zimmermann-10/+14
2025-04-14drm/udl: The number of pixels is always positiveThomas Zimmermann-2/+2
2025-04-14drm/udl: Improve type safety when using struct udl_deviceThomas Zimmermann-36/+37
2025-04-14drm/udl: Remove unused field gem_lock from struct udl_deviceThomas Zimmermann-4/+0
2025-04-14drm/udl: Remove unused field dev from struct udl_deviceThomas Zimmermann-1/+0
2025-04-14drm/sysfb: Share helpers for screen_info validationThomas Zimmermann-192/+160
2025-04-14drm/sysfb: Share helpers for integer validationThomas Zimmermann-72/+48