summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-13drm/nouveau: make use of the GPUVM's shared dma-resvDanilo Krummrich5-10/+24
2023-11-13drm/gpuvm: add common dma-resv per struct drm_gpuvmDanilo Krummrich3-2/+97
2023-11-13drm/nouveau: make use of drm_gpuvm_range_valid()Danilo Krummrich2-19/+1
2023-11-13drm/gpuvm: export drm_gpuvm_range_valid()Danilo Krummrich2-1/+14
2023-11-13drm/gpuvm: don't always WARN in drm_gpuvm_check_overflow()Danilo Krummrich1-7/+13
2023-11-13drm/gpuvm: convert WARN() to drm_WARN() variantsDanilo Krummrich3-16/+26
2023-11-11drm/uapi: add explicit virtgpu context debug nameGurchetan Singh3-6/+37
2023-11-11drm/virtio: use uint64_t more in virtio_gpu_context_init_ioctlGurchetan Singh1-2/+2
2023-11-10drm/panfrost: Set regulators on/off during system sleep on MediaTek SoCsAngeloGioacchino Del Regno1-3/+3
2023-11-10drm/panfrost: Implement ability to turn on/off regulators in suspendAngeloGioacchino Del Regno2-1/+20
2023-11-10drm/panfrost: Set clocks on/off during system sleep on MediaTek SoCsAngeloGioacchino Del Regno1-0/+3
2023-11-10drm/panfrost: Implement ability to turn on/off GPU clocks in suspendAngeloGioacchino Del Regno2-4/+68
2023-11-10drm/panfrost: Tighten polling for soft reset and power onAngeloGioacchino Del Regno1-4/+4
2023-11-10drm/panfrost: Perform hard reset to recover GPU if soft reset failsAngeloGioacchino Del Regno2-3/+11
2023-11-10drm/panfrost: Really power off GPU cores in panfrost_gpu_power_off()AngeloGioacchino Del Regno1-18/+46
2023-11-10drm/sched: implement dynamic job-flow controlDanilo Krummrich14-51/+175
2023-11-10drm/sched: Define pr_fmt() for DRM using pr_*()Luben Tuikov1-0/+14
2023-11-10drm/panel-edp: drm/panel-edp: Add several generic edp panelsHsin-Yi Wang1-0/+51
2023-11-10drm/panel-edp: drm/panel-edp: Fix AUO B116XTN02 nameHsin-Yi Wang1-1/+1
2023-11-10drm/panel-edp: drm/panel-edp: Fix AUO B116XAK01 name and timingHsin-Yi Wang1-1/+3
2023-11-10drm/sched: Qualify drm_sched_wakeup() by drm_sched_entity_is_ready()Luben Tuikov3-6/+8
2023-11-09drm/eld: add helpers to modify the SADs of an ELDJani Nikula4-0/+64
2023-11-09drm/edid: add helpers to get/set struct cea_sad from/to 3-byte sadJani Nikula2-9/+31
2023-11-09drm/edid: use a temp variable for sads to drop one level of dereferencesJani Nikula1-7/+9
2023-11-09drm/edid: include drm_eld.h only where requiredJani Nikula14-1/+13
2023-11-09drm/eld: replace uint8_t with u8Jani Nikula1-7/+7
2023-11-09drm/edid: split out drm_eld.h from drm_edid.hJani Nikula3-148/+163
2023-11-09MAINTAINERS: Add Maira to V3D maintainersMaíra Canal1-0/+1
2023-11-09drm/todo: Add entry to clean up former seltests suitesMaxime Ripard1-0/+17
2023-11-09drm/tests: Remove slow testsMaxime Ripard2-2369/+0
2023-11-08accel/ivpu: Use GEM shmem helper for all buffersJacek Lawrynowicz5-460/+144
2023-11-08accel/ivpu: Remove support for uncached buffersJacek Lawrynowicz3-5/+2
2023-11-08accel/ivpu: Fix locking in ivpu_bo_remove_all_bos_from_context()Jacek Lawrynowicz7-90/+109
2023-11-08accel/ivpu: Allocate vpu_addr in gem->open() callbackJacek Lawrynowicz3-37/+32
2023-11-08MAINTAINERS: Drop Emma Anholt from all M lines.Emma Anholt1-6/+2
2023-11-08drm/sched: Don't disturb the entity when in RR-mode schedulingLuben Tuikov1-13/+3
2023-11-07accel/ivpu: Fix compilation with CONFIG_PM=nJacek Lawrynowicz1-2/+2
2023-11-06drm/panel: nt35510: fix typoDario Binacchi1-1/+1
2023-11-06drm/v3d: Expose the total GPU usage stats on sysfsMaíra Canal7-3/+135
2023-11-06drm/v3d: Implement show_fdinfo() callback for GPU usage statsMaíra Canal5-1/+100
2023-11-06drm: Do not round to megabytes for greater than 1MiB sizes in fdinfo statsTvrtko Ursulin1-1/+1
2023-11-05drm/sched: Drop suffix from drm_sched_wakeup_if_can_queueTvrtko Ursulin3-5/+5
2023-11-05drm/sched: Rename drm_sched_run_job_queue_if_ready and clarify kerneldocTvrtko Ursulin1-8/+8
2023-11-05drm/sched: Rename drm_sched_free_job_queue to be more descriptiveTvrtko Ursulin1-7/+7
2023-11-05drm/sched: Move free worker re-queuing out of the if blockTvrtko Ursulin1-4/+3
2023-11-05drm/sched: Rename drm_sched_get_cleanup_job to be more descriptiveTvrtko Ursulin1-9/+9
2023-11-03accel/qaic: Support for 0 resize slice execution in BOPranjal Ramajor Asha Kanojiya2-63/+46
2023-11-03accel/qaic: Quiet array bounds check on DMA abort messageCarl Vanderlip1-1/+1
2023-11-02drm/v3d: add brcm,2712-v3d as a compatible V3D deviceIago Toral Quiroga1-0/+1
2023-11-02dt-bindings: gpu: v3d: Add BCM2712's compatibleIago Toral Quiroga1-0/+1