summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2025-10-15drm/cirrus-qemu: Use vblank timerThomas Zimmermann-0/+11
2025-10-15drm/bochs: Use vblank timerThomas Zimmermann-0/+10
2025-10-15drm/ast: Store HSync adjustment in device quirksThomas Zimmermann-2/+8
2025-10-15drm/ast: Store precatch settings in struct ast_device_quirksThomas Zimmermann-9/+16
2025-10-15drm/ast: Store CRTC memory request threshold in device quirksThomas Zimmermann-14/+24
2025-10-15drm/ast: Support device quirksThomas Zimmermann-9/+38
2025-10-15drm/ast: Store DRAM clock table in struct ast_deviceThomas Zimmermann-6/+17
2025-10-15drm/i915: drop unused non-i915 IS_<PLATFORM> macrosJani Nikula-10/+0
2025-10-15drm/ast: Blank with VGACR17 sync enable, always clear VGACRB6 sync offThomas Zimmermann-8/+11
2025-10-14drm/xe/sriov: Disable SR-IOV if primary GT is disabled via configfsMatt Roper-1/+2
2025-10-14drm/xe/configfs: Add attribute to disable GT typesMatt Roper-0/+170
2025-10-14drm/xe: Break GT setup out of xe_info_init()Matt Roper-32/+52
2025-10-14drm/xe: Don't check BIOS-disabled FlatCCS if primary GT is disabledMatt Roper-0/+2
2025-10-14drm/xe: Check that GT is not NULL before testing Wa_16023588340Matt Roper-1/+2
2025-10-14drm/xe: Correct lineage for Wa_22014953428 and only check with valid GTMatt Roper-2/+3
2025-10-14drm/xe: Bypass Wa_14018094691 when primary GT is disabledMatt Roper-2/+2
2025-10-14drm/xe/rtp: Pass xe_device parameter to FUNC matchesMatt Roper-24/+41
2025-10-14drm/xe: Handle Wa_22010954014 and Wa_14022085890 as device workaroundsMatt Roper-7/+12
2025-10-14drm/xe/irq: Don't try to lookup engine masks for non-existent primary GTMatt Roper-5/+9
2025-10-14drm/xe: Make display part of Wa_22019338487 a device workaroundMatt Roper-5/+5
2025-10-14drm/xe: Check for primary GT before looking up Wa_22019338487Matt Roper-9/+22
2025-10-14drm/xe/pmu: Initialize PMU event types based on first available GTMatt Roper-1/+10
2025-10-14drm/xe/query: Report hwconfig size as 0 if primary GT is disabledMatt Roper-1/+1
2025-10-14drm/xe: Skip L2 / TDF cache flushes if primary GT is disabledMatt Roper-0/+5
2025-10-14drm/xe: Move primary GT allocation from xe_tile_init_early to xe_tile_initMatt Roper-4/+4
2025-10-14drm/xe: Read VF GMD_ID with a specifically-allocated dummy GTMatt Roper-31/+45
2025-10-14drm/xe: Move 'has_flatccs' flag back to platform descriptorMatt Roper-7/+7
2025-10-14drm/xe: Move 'vram_flags' flag back to platform descriptorMatt Roper-6/+5
2025-10-14drm/xe: Move 'vm_max_level' flag back to platform descriptorMatt Roper-9/+16
2025-10-14drm/xe: Move 'va_bits' flag back to platform descriptorMatt Roper-7/+16
2025-10-14drm/xe: Drop GT parameter to xe_display_irq_postinstall()Matt Roper-6/+5
2025-10-14drm/xe/huc: Adjust HuC check on primary GTMatt Roper-3/+7
2025-10-14drm/xe/kunit: Fix kerneldoc for parameterized testsMatt Roper-0/+5
2025-10-14drm/rockchip: vop: add lut_size for RK3368 vop_dataWeiHao Li-0/+1
2025-10-14drm/rockchip: dsi: Add support for RK3368WeiHao Li-0/+20
2025-10-14drm/rockchip: analogix_dp: Apply devm_clk_get_optional() for &rockchip_dp_dev...Damon Ding-9/+3
2025-10-14drm/xe/svm: Ensure data will be migrated to system if indicated by madvise.Thomas Hellström-1/+3
2025-10-14drm/xe/ct: Separate waiting for retry from ct send functionTomasz Lis-25/+39
2025-10-14drm/i915/display: add HAS_AUX_CCS() feature checkJani Nikula-7/+4
2025-10-14drm/i915/display: duplicate 128-byte Y-tiling feature checkJani Nikula-3/+2
2025-10-14drm/i915: include gen 2 in HAS_128_BYTE_Y_TILING()Jani Nikula-5/+5
2025-10-14Merge drm/drm-next into drm-xe-nextThomas Hellström-821/+1537
2025-10-14drm: atmel-hlcdc: fix atmel_xlcdc_plane_setup_scaler()Cyrille Pitchen-3/+24
2025-10-14Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann-19291/+40342
2025-10-14drm: atmel-hlcdc: update the LCDC_ATTRE register in plane atomic_disableManikandan Muralidharan-4/+16
2025-10-14drm/rockchip: vop2: use correct destination rectangle height checkAlok Tiwari-1/+1
2025-10-14drm/ttm: Add safety check for NULL man->bdev in ttm_resource_manager_usageJesse.Zhang-0/+3
2025-10-14Merge drm/drm-next into drm-intel-nextJani Nikula-893/+1640
2025-10-14drm/draw: fix color truncation in drm_draw_fill24Francesco Valla-2/+2
2025-10-13drm/xe/guc: Check GuC running state before deregistering exec queueShuicheng Lin-1/+12