aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2023-11-15drm/virtio: Fix return value for VIRTGPU_CONTEXT_PARAM_DEBUG_NAMEDmitry Osipenko1-0/+1
2023-11-14nouveau: use an rwlock for the event lock.Dave Airlie2-8/+8
2023-11-14nouveau/gsp/r535: Fix a NULL vs error pointer bugDan Carpenter1-2/+2
2023-11-14nouveau/gsp/r535: uninitialized variable in r535_gsp_acpi_mux_id()Dan Carpenter1-1/+1
2023-11-14drm/i915/dp: Tune down FEC detection timeout error messageImre Deak1-2/+2
2023-11-14drm/i915/display: Use int for entry setup framesMika Kahola1-3/+3
2023-11-14drm/i915/dsc: Allow DSC only with fractional bpp when forced from debugfsSwati Sharma1-0/+7
2023-11-14drm/i915/dsc: Add debugfs entry to validate DSC fractional bppSwati Sharma2-0/+85
2023-11-14drm/i915/dp: Iterate over output bpp with fractional step sizeAnkit Nautiyal1-16/+25
2023-11-14drm/i915/dsc/mtl: Add support for fractional bppVandita Kulkarni2-8/+20
2023-11-14drm/i915/audio: Consider fractional vdsc bpp while computing tu_dataAnkit Nautiyal1-8/+8
2023-11-14drm/i915/display: Consider fractional vdsc bpp while computing m_n valuesAnkit Nautiyal4-18/+19
2023-11-14drm/i915/display: Store compressed bpp in U6.4 formatAnkit Nautiyal10-28/+33
2023-11-14drm/display/dp: Add helper function to get DSC bpp precisionAnkit Nautiyal1-0/+27
2023-11-14drm: Remove struct drm_flip_task from DRM interfacesThomas Zimmermann1-20/+7
2023-11-14drm/ssd130x: Preallocate format-conversion buffer in atomic_checkThomas Zimmermann1-0/+22
2023-11-14drm/simpledrm: Preallocate format-conversion buffer in atomic_checkThomas Zimmermann1-1/+40
2023-11-14drm/ofdrm: Preallocate format-conversion buffer in atomic_checkThomas Zimmermann1-0/+14
2023-11-14drm/format-helper: Pass format-conversion state to helpersThomas Zimmermann11-126/+180
2023-11-14drm/atomic-helper: Add format-conversion state to shadow-plane stateThomas Zimmermann1-0/+9
2023-11-14drm/format-helper: Cache buffers with struct drm_format_conv_stateThomas Zimmermann1-11/+107
2023-11-13drm/gpuvm: track/lock/validate external/evicted objectsDanilo Krummrich1-0/+633
2023-11-13drm/gpuvm: add an abstraction for a VM / BO combinationDanilo Krummrich2-65/+338
2023-11-13drm/gpuvm: reference count drm_gpuvm structuresDanilo Krummrich2-16/+60
2023-11-13drm/nouveau: separately allocate struct nouveau_uvmmDanilo Krummrich4-42/+40
2023-11-13drm/gpuvm: add drm_gpuvm_flags to drm_gpuvmDanilo Krummrich2-1/+4
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 Krummrich2-2/+64
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 Krummrich1-1/+13
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 Krummrich2-16/+19
2023-11-13drm/ci: make github dependabot happy againLinus Torvalds1-3/+3
2023-11-13drm/i915/mtl: C20 state verificationMika Kahola3-36/+88
2023-11-11drm/uapi: add explicit virtgpu context debug nameGurchetan Singh2-6/+35
2023-11-11drm/virtio: use uint64_t more in virtio_gpu_context_init_ioctlGurchetan Singh1-2/+2
2023-11-11drm/i915: update in-source bug filing URLsJani Nikula3-3/+3
2023-11-10Merge tag 'drm-next-2023-11-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds97-812/+1760
2023-11-11drm/i915: remove excess functions from plane protection checkJani Nikula1-14/+4
2023-11-11drm/i915: abstract plane protection checkJani Nikula1-4/+14
2023-11-10Merge tag 'amd-drm-next-6.7-2023-11-10' of https://gitlab.freedesktop.org/agd...Daniel Vetter85-773/+1688
2023-11-10drm/amdgpu: fix error handling in amdgpu_vm_initChristian König1-15/+16
2023-11-10drm/amdgpu: Fix possible null pointer dereferenceFelix Kuehling1-2/+2
2023-11-10drm/amdgpu: move UVD and VCE sched entity init after sched initAlex Deucher13-46/+37
2023-11-10drm/amdgpu: move kfd_resume before the ip late initTim Huang1-7/+6
2023-11-10drm/amd: Explicitly check for GFXOFF to be enabled for s0ixMario Limonciello1-0/+3
2023-11-10Merge tag 'drm-misc-fixes-2023-11-08' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter9-15/+23
2023-11-10Merge tag 'drm-intel-next-fixes-2023-11-08' of git://anongit.freedesktop.org/...Daniel Vetter8-36/+65
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