summaryrefslogtreecommitdiffstats
path: root/include/drm
Commit message (Expand)AuthorAgeFilesLines
* drm/edid/firmware: drop drm_kms_helper.edid_firmware backward compatJani Nikula2023-11-211-5/+0
* drm/print: Handle NULL drm device in __drm_printk()Luben Tuikov2023-11-191-1/+1
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2023-11-154-5/+15
|\
| * Merge tag 'drm-next-2023-11-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-11-071-0/+5
| |\
| | * drm/amdgpu: Optimize the asic type fix codeMa Jun2023-11-031-0/+5
| * | Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-031-2/+4
| |\ \ | | |/ | |/|
| | * mei: update mei-pxp's component interface with timeoutsAlan Previn2023-10-181-2/+4
| * | Merge tag 'drm-misc-next-2023-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-10-313-4/+23
| |\ \
| * \ \ BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie2023-10-231-2/+1
| |\ \ \
| | * | | gpu/drm: Eliminate DRM_SCHED_PRIORITY_UNSETLuben Tuikov2023-10-171-2/+1
| | | |/ | | |/|
| * | | Merge tag 'drm-intel-next-2023-10-19' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2023-10-201-1/+5
| |\ \ \
| | * | | drm/i915: Add new DG2 PCI IDsShekhar Chauhan2023-10-121-1/+5
| | * | | Merge drm/drm-next into drm-intel-nextJani Nikula2023-10-0416-129/+181
| | |\ \ \
* | | | | | drm: Fix flip-task docsThomas Zimmermann2023-11-141-3/+3
* | | | | | drm: Remove struct drm_flip_task from DRM interfacesThomas Zimmermann2023-11-141-16/+2
* | | | | | drm/format-helper: Pass format-conversion state to helpersThomas Zimmermann2023-11-142-14/+20
* | | | | | drm/atomic-helper: Add format-conversion state to shadow-plane stateThomas Zimmermann2023-11-141-0/+10
* | | | | | drm/format-helper: Cache buffers with struct drm_format_conv_stateThomas Zimmermann2023-11-141-0/+51
* | | | | | Revert "drm/sched: Define pr_fmt() for DRM using pr_*()"Luben Tuikov2023-11-131-14/+0
* | | | | | drm/gpuvm: track/lock/validate external/evicted objectsDanilo Krummrich2023-11-131-0/+250
* | | | | | drm/gpuvm: add an abstraction for a VM / BO combinationDanilo Krummrich2023-11-132-21/+196
* | | | | | drm/gpuvm: reference count drm_gpuvm structuresDanilo Krummrich2023-11-131-1/+30
* | | | | | drm/gpuvm: add drm_gpuvm_flags to drm_gpuvmDanilo Krummrich2023-11-131-0/+16
* | | | | | drm/gpuvm: add common dma-resv per struct drm_gpuvmDanilo Krummrich2023-11-131-0/+33
* | | | | | drm/gpuvm: export drm_gpuvm_range_valid()Danilo Krummrich2023-11-131-0/+1
* | | | | | drm/gpuvm: convert WARN() to drm_WARN() variantsDanilo Krummrich2023-11-131-0/+7
* | | | | | drm/sched: implement dynamic job-flow controlDanilo Krummrich2023-11-101-6/+22
* | | | | | drm/sched: Define pr_fmt() for DRM using pr_*()Luben Tuikov2023-11-091-0/+14
* | | | | | drm/sched: Qualify drm_sched_wakeup() by drm_sched_entity_is_ready()Luben Tuikov2023-11-091-1/+1
* | | | | | drm/eld: add helpers to modify the SADs of an ELDJani Nikula2023-11-091-0/+5
* | | | | | drm/edid: include drm_eld.h only where requiredJani Nikula2023-11-091-1/+0
* | | | | | drm/eld: replace uint8_t with u8Jani Nikula2023-11-091-7/+7
* | | | | | drm/edid: split out drm_eld.h from drm_edid.hJani Nikula2023-11-092-148/+160
* | | | | | drm/sched: Drop suffix from drm_sched_wakeup_if_can_queueTvrtko Ursulin2023-11-041-1/+1
* | | | | | drm/sched: Add a helper to queue TDR immediatelyMatthew Brost2023-11-011-0/+1
* | | | | | drm/sched: Split free_job into own work itemMatthew Brost2023-11-011-1/+3
* | | | | | drm/sched: Convert drm scheduler to use a work queue rather than kthreadMatthew Brost2023-11-011-5/+9
* | | | | | drm/sched: Add drm_sched_wqueue_* helpersMatthew Brost2023-11-011-0/+3
| |_|_|_|/ |/| | | |
* | | | | drm/sched: Convert the GPU scheduler to variable number of run-queuesLuben Tuikov2023-10-261-3/+6
* | | | | drm/gpuvm: Dual-licence the drm_gpuvm code GPL-2.0 OR MITThomas Hellström2023-10-171-1/+1
* | | | | drm/bridge: synopsys: dw-mipi-dsi: Add mode fixup supportLiu Ying2023-10-161-0/+3
* | | | | drm/bridge: synopsys: dw-mipi-dsi: Add input bus format negotiation supportLiu Ying2023-10-161-0/+11
* | | | | drm/bridge: synopsys: dw-mipi-dsi: Add dw_mipi_dsi_get_bridge() helperLiu Ying2023-10-161-0/+2
|/ / / /
* | | | drm: Replace drm_framebuffer plane size functions with its equivalentsCarlos Eduardo Gallo Filho2023-10-121-5/+0
* | | | drm: Remove plane hsub/vsub alignment requirement for core helpersCarlos Eduardo Gallo Filho2023-10-121-2/+3
* | | | drm: Add HPD state to drm_connector_oob_hotplug_event()Bjorn Andersson2023-10-111-2/+4
* | | | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2023-10-119-30/+64
|\ \ \ \
| * | | | Merge tag 'drm-intel-next-2023-09-29' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2023-10-044-2/+21
| |\| | | | | |/ / | |/| |
| | * | Merge drm/drm-next into drm-intel-nextJani Nikula2023-09-156-30/+20
| | |\ \
| | * | | drm/cec: add drm_dp_cec_attach() as the non-edid version of set edidJani Nikula2023-09-011-0/+6