aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2023-11-28drm/panel-edp: Add auo_b116xa3_modeHsin-Yi Wang1-2/+17
2023-11-28drm/panel-edp: Add override_edid_mode quirk for generic edpHsin-Yi Wang1-3/+45
2023-11-28drm/tilcdc: Convert to platform remove callback returning voidUwe Kleine-König1-5/+4
2023-11-28drm/sched: Partial revert of "Qualify drm_sched_wakeup() by drm_sched_entity_...Bert Karwatzki1-3/+2
2023-11-28drm/imagination: Numerous documentation fixes.Donald Robson9-19/+32
2023-11-28drm/bridge: imx93-mipi-dsi: Fix a couple of building warningsLiu Ying1-2/+2
2023-11-28drm/i915/dg2: Drop Wa_22014600077Matt Roper1-8/+0
2023-11-28drm/ast: Move detection code into PCI probe helperThomas Zimmermann3-269/+274
2023-11-28drm/ast: Detect ast device type and config mode without ast deviceThomas Zimmermann1-47/+59
2023-11-28drm/ast: Add enum ast_config_modeThomas Zimmermann1-5/+8
2023-11-28drm/ast: Partially implement POST without ast device instanceThomas Zimmermann3-30/+47
2023-11-28drm/ast: Enable MMIO without ast device instanceThomas Zimmermann2-7/+11
2023-11-28drm/ast: Enable VGA without ast device instanceThomas Zimmermann2-19/+19
2023-11-28drm/ast: Add I/O helpers without ast deviceThomas Zimmermann1-17/+56
2023-11-28drm/ast: Retrieve I/O-memory ranges without ast deviceThomas Zimmermann1-6/+11
2023-11-28drm/ast: Rework I/O register setupThomas Zimmermann2-10/+31
2023-11-28drm/ast: Turn ioregs_lock to modeset_lockThomas Zimmermann3-16/+17
2023-11-28Merge drm/drm-next into drm-misc-nextThomas Zimmermann153-2089/+4611
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner2-4/+4
2023-11-28drm/imagination: vm: fix drm_gpuvm reference countDanilo Krummrich1-3/+8
2023-11-28drm/imagination: vm: check for drm_gpuvm_range_valid()Danilo Krummrich2-4/+8
2023-11-28drm/imagination: vm: prevent duplicate drm_gpuvm_bo instancesDanilo Krummrich1-4/+6
2023-11-28drm/imagination: Remove unneeded semicolonYang Li1-1/+1
2023-11-28drm/imagination: Fix a couple of spelling mistakes in literal stringsColin Ian King1-2/+2
2023-11-28Merge v6.7-rc3 into drm-nextDaniel Vetter14-46/+108
2023-11-28drm/gpuvm: Fix deprecated license identifierThomas Hellström1-1/+1
2023-11-28Revert "drm/bridge: panel: Add a device link between drm device and panel dev...Linus Walleij1-17/+0
2023-11-28Revert "drm/bridge: panel: Check device dependency before managing device link"Linus Walleij1-18/+9
2023-11-27drm: Use device_get_match_data()Rob Herring7-43/+28
2023-11-27drm/sched: Fix compilation issues with DRM priority renameLuben Tuikov2-4/+4
2023-11-27drm/ttm: Schedule delayed_delete worker closerRajneesh Bhardwaj2-3/+11
2023-11-27drm/i915/psr: Add proper handling for disabling sel fetch for planesJouni Högander3-12/+29
2023-11-27drm/i915/psr: Move plane sel fetch configuration into plane source filesJouni Högander4-91/+102
2023-11-26drm/mediatek: Add spinlock for setting vblank event in atomic_beginJason-JH.Lin1-0/+5
2023-11-25drm/msm/a690: Fix reg values for a690Danylo Piliaiev1-10/+13
2023-11-25drm/msm/a6xx: Add missing BIT(7) to REG_A6XX_UCHE_CLIENT_PFDanylo Piliaiev1-1/+1
2023-11-24drm/sched: Reverse run-queue priority enumerationLuben Tuikov4-12/+12
2023-11-24drm/sched: Rename priority MIN to LOWLuben Tuikov5-10/+10
2023-11-24drm/sched: Fix bounds limiting when given a malformed entityLuben Tuikov1-5/+8
2023-11-25drm/bridge: panel: Check device dependency before managing device linkLiu Ying1-9/+18
2023-11-24drm/nouveau: enable dynamic job-flow controlDanilo Krummrich6-10/+15
2023-11-24drm/nouveau: implement 1:1 scheduler - entity relationshipDanilo Krummrich10-195/+179
2023-11-24drm/nouveau: use GPUVM common infrastructureDanilo Krummrich6-115/+100
2023-11-24drm/plane: Extend damage tracking kernel-docJavier Martinez Canillas1-0/+30
2023-11-24drm/vmwgfx: Disable damage clipping if FB changed since last page-flipJavier Martinez Canillas1-0/+11
2023-11-24drm/virtio: Disable damage clipping if FB changed since last page-flipJavier Martinez Canillas1-0/+10
2023-11-24drm: Allow drivers to indicate the damage helpers to ignore damage clipsJavier Martinez Canillas1-1/+2
2023-11-24drm: Introduce documentation for hotspot propertiesMichael Banack1-1/+57
2023-11-24drm: Introduce DRM_CLIENT_CAP_CURSOR_PLANE_HOTSPOTZack Rusin1-0/+9
2023-11-24drm: Remove legacy cursor hotspot codeZack Rusin1-3/+0