summaryrefslogtreecommitdiff
path: root/include/drm
AgeCommit message (Expand)Author
2023-11-24drm: Allow drivers to indicate the damage helpers to ignore damage clipsJavier Martinez Canillas
2023-11-24drm: Remove legacy cursor hotspot codeZack Rusin
2023-11-24drm/atomic: Add support for mouse hotspotsZack Rusin
2023-11-24drm: Disable the cursor plane on atomic contexts with virtualized driversZack Rusin
2023-11-23drm/gpuvm: Helper to get range of unmap from a remap op.Donald Robson
2023-11-21drm/edid/firmware: drop drm_kms_helper.edid_firmware backward compatJani Nikula
2023-11-19drm/print: Handle NULL drm device in __drm_printk()Luben Tuikov
2023-11-15Merge drm/drm-next into drm-misc-nextMaxime Ripard
2023-11-14drm: Fix flip-task docsThomas Zimmermann
2023-11-14drm: Remove struct drm_flip_task from DRM interfacesThomas Zimmermann
2023-11-14drm/format-helper: Pass format-conversion state to helpersThomas Zimmermann
2023-11-14drm/atomic-helper: Add format-conversion state to shadow-plane stateThomas Zimmermann
2023-11-14drm/format-helper: Cache buffers with struct drm_format_conv_stateThomas Zimmermann
2023-11-13Revert "drm/sched: Define pr_fmt() for DRM using pr_*()"Luben Tuikov
2023-11-13drm/gpuvm: track/lock/validate external/evicted objectsDanilo Krummrich
2023-11-13drm/gpuvm: add an abstraction for a VM / BO combinationDanilo Krummrich
2023-11-13drm/gpuvm: reference count drm_gpuvm structuresDanilo Krummrich
2023-11-13drm/gpuvm: add drm_gpuvm_flags to drm_gpuvmDanilo Krummrich
2023-11-13drm/gpuvm: add common dma-resv per struct drm_gpuvmDanilo Krummrich
2023-11-13drm/gpuvm: export drm_gpuvm_range_valid()Danilo Krummrich
2023-11-13drm/gpuvm: convert WARN() to drm_WARN() variantsDanilo Krummrich
2023-11-10drm/sched: implement dynamic job-flow controlDanilo Krummrich
2023-11-09drm/sched: Define pr_fmt() for DRM using pr_*()Luben Tuikov
2023-11-09drm/sched: Qualify drm_sched_wakeup() by drm_sched_entity_is_ready()Luben Tuikov
2023-11-09drm/eld: add helpers to modify the SADs of an ELDJani Nikula
2023-11-09drm/edid: include drm_eld.h only where requiredJani Nikula
2023-11-09drm/eld: replace uint8_t with u8Jani Nikula
2023-11-09drm/edid: split out drm_eld.h from drm_edid.hJani Nikula
2023-11-07Merge tag 'drm-next-2023-11-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-11-04drm/sched: Drop suffix from drm_sched_wakeup_if_can_queueTvrtko Ursulin
2023-11-03Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-11-03drm/amdgpu: Optimize the asic type fix codeMa Jun
2023-11-01drm/sched: Add a helper to queue TDR immediatelyMatthew Brost
2023-11-01drm/sched: Split free_job into own work itemMatthew Brost
2023-11-01drm/sched: Convert drm scheduler to use a work queue rather than kthreadMatthew Brost
2023-11-01drm/sched: Add drm_sched_wqueue_* helpersMatthew Brost
2023-10-31Merge tag 'drm-misc-next-2023-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2023-10-26drm/sched: Convert the GPU scheduler to variable number of run-queuesLuben Tuikov
2023-10-23BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie
2023-10-20Merge tag 'drm-intel-next-2023-10-19' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2023-10-18mei: update mei-pxp's component interface with timeoutsAlan Previn
2023-10-17gpu/drm: Eliminate DRM_SCHED_PRIORITY_UNSETLuben Tuikov
2023-10-17drm/gpuvm: Dual-licence the drm_gpuvm code GPL-2.0 OR MITThomas Hellström
2023-10-16drm/bridge: synopsys: dw-mipi-dsi: Add mode fixup supportLiu Ying
2023-10-16drm/bridge: synopsys: dw-mipi-dsi: Add input bus format negotiation supportLiu Ying
2023-10-16drm/bridge: synopsys: dw-mipi-dsi: Add dw_mipi_dsi_get_bridge() helperLiu Ying
2023-10-12drm/i915: Add new DG2 PCI IDsShekhar Chauhan
2023-10-12drm: Replace drm_framebuffer plane size functions with its equivalentsCarlos Eduardo Gallo Filho
2023-10-12drm: Remove plane hsub/vsub alignment requirement for core helpersCarlos Eduardo Gallo Filho
2023-10-11drm: Add HPD state to drm_connector_oob_hotplug_event()Bjorn Andersson