summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-02drm/i915: Enable execbuf3 ioctl for vm_bindvm_bind_v2Niranjana Vishwanathapura2-0/+3
2022-08-02drm/i915/ioctl: Enable the vm_bind/unbind ioctlsNiranjana Vishwanathapura2-0/+6
2022-08-02drm/i915: Extend getparm for VM_BIND capabilityNiranjana Vishwanathapura2-0/+24
2022-08-02drm/i915/vm_bind: destroy vma outside of vm->mutexNiranjana Vishwanathapura1-5/+18
2022-08-02drm/i915/vm_bind: Skip vma_lookup for persistent vmasNiranjana Vishwanathapura1-5/+14
2022-08-02drm/i915/vm_bind: userptr dma-resv changesNiranjana Vishwanathapura4-0/+86
2022-08-02drm/i915/vm_bind: Handle persistent vmas in execbuf3Niranjana Vishwanathapura1-1/+200
2022-08-02drm/i915/vm_bind: Implement I915_GEM_EXECBUFFER3 ioctlNiranjana Vishwanathapura4-0/+1073
2022-07-29drm/i915: do not support vm_bind mode in execbuf2Ramalingam C1-0/+5
2022-07-29drm/i915/vm_bind: Add out fence supportNiranjana Vishwanathapura4-1/+95
2022-07-29drm/i915/vm_bind: Handle persistent vmasNiranjana Vishwanathapura9-8/+155
2022-07-27drm/i915: Mark BO as private to vm at creationNiranjana Vishwanathapura3-2/+72
2022-07-27drm/i915/dmabuf: Deny the dmabuf export for VM private BOsNiranjana Vishwanathapura1-0/+6
2022-07-27drm/i915: Support for VM private BOsNiranjana Vishwanathapura6-0/+21
2022-07-27drm/i915: Implement bind and unbind of objectNiranjana Vishwanathapura12-6/+579
2022-07-27drm/i915: Mark vm for vm_bind usage at creationNiranjana Vishwanathapura3-2/+14
2022-07-27drm/i915: move the vm_lookup into i915_gem_context.hRamalingam C2-15/+15
2022-07-27drm/amd: Fix the rebase issueRamalingam C1-1/+1
2022-07-27drm-tip: 2022y-07m-27d-03h-30m-53s UTC integration manifestDave Airlie1-0/+28
2022-07-27Merge remote-tracking branch 'drm-intel/topic/core-for-CI' into drm-tipDave Airlie25-69/+166
2022-07-27Merge remote-tracking branch 'drm-intel/drm-intel-gt-next' into drm-tipDave Airlie12-43/+97
2022-07-27Merge remote-tracking branch 'drm-intel/drm-intel-next' into drm-tipDave Airlie6-15/+29
2022-07-27Merge remote-tracking branch 'drm-misc/drm-misc-next' into drm-tipDave Airlie311-11191/+11037
2022-07-27Merge remote-tracking branch 'drm/drm-next' into drm-tipDave Airlie1500-27725/+558705
2022-07-27Merge remote-tracking branch 'drm-intel/drm-intel-fixes' into drm-tipDave Airlie5-79/+103
2022-07-27Merge remote-tracking branch 'drm-misc/drm-misc-fixes' into drm-tipDave Airlie6-177/+381
2022-07-27Merge tag 'topic/nouveau-misc-2022-07-27' of git://anongit.freedesktop.org/dr...Dave Airlie158-8845/+6386
2022-07-27Merge tag 'amd-drm-next-5.20-2022-07-26' of https://gitlab.freedesktop.org/ag...Dave Airlie167-6902/+9537
2022-07-27drm/nouveau/disp: move DAC load detection methodBen Skeggs7-44/+57
2022-07-27drm/nouveau/disp: add output classBen Skeggs17-6/+221
2022-07-27drm/nouveau/disp: add supervisor mutexBen Skeggs5-4/+21
2022-07-27drm/nouveau/disp: add conn method to query HPD pin statusBen Skeggs6-3/+88
2022-07-27drm/nouveau/disp: add connector classBen Skeggs15-4/+189
2022-07-27drm/nouveau/disp: add common channel class handlingBen Skeggs42-841/+470
2022-07-27drm/nouveau/disp: split sor hda funcs out to their own structBen Skeggs12-63/+44
2022-07-27drm/nouveau/disp: split sor dp funcs out to their own structBen Skeggs16-154/+157
2022-07-27drm/nouveau/disp: replace hda func pointer check with flagBen Skeggs17-168/+31
2022-07-27drm/nouveau/disp: merge nv50_disp_new_() and nvkm_disp_new()Ben Skeggs19-90/+45
2022-07-27drm/nouveau/disp: group supervisor-related struct membersBen Skeggs4-32/+34
2022-07-27drm/nouveau/disp: merge head/outp/ior code into chipset filesBen Skeggs92-6822/+5151
2022-07-27drm/nouveau/disp: add common class handling between <nv50 and >=nv50Ben Skeggs48-1072/+396
2022-07-27drm/nouveau/disp: collapse nv50_disp into nvkm_dispBen Skeggs65-562/+472
2022-07-27drm/nouveau/disp: collapse nv50_disp_func into nvkm_disp_funcBen Skeggs21-127/+192
2022-07-27drm/nouveau/disp: clean up nvkm_outp constructorsBen Skeggs3-32/+19
2022-07-27drm/nouveau/disp: collapse nvkm_dp into nvkm_outpBen Skeggs4-262/+240
2022-07-26drm/fsl-dcu: Use drm_plane_helper_destroy()Thomas Zimmermann1-7/+2
2022-07-26drm/armada: Use drm_plane_helper_destroy()Thomas Zimmermann1-7/+2
2022-07-26drm/plane-helper: Export individual helpersThomas Zimmermann8-33/+88
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann49-50/+0
2022-07-26drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann33-90/+90