summaryrefslogtreecommitdiff
path: root/include/uapi/drm
AgeCommit message (Expand)AuthorFilesLines
2022-09-19drm/amdgpu: add MES and MES-KIQ version in debugfsYifan Zhang1-0/+4
2022-09-19drm/amdgpu: add two new subquery idsHawking Zhang1-0/+4
2022-09-06Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter3-8/+81
2022-08-08drm/panfrost: Add support for devcoredumpAdrián Larumbe1-0/+47
2022-08-04Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-92/+312
2022-08-03Merge tag 'flexible-array-transformations-UAPI-6.0-rc1' of git://git.kernel.o...Linus Torvalds1-3/+3
2022-08-01Merge drm/drm-next into drm-misc-nextThomas Zimmermann2-88/+290
2022-07-27Merge tag 'amd-drm-next-5.20-2022-07-26' of https://gitlab.freedesktop.org/ag...Dave Airlie1-1/+6
2022-07-25drm/amdgpu: add the IP discovery IP versions for HW INFO dataAlex Deucher1-1/+2
2022-07-22Merge tag 'drm-intel-gt-next-2022-07-13' of git://anongit.freedesktop.org/drm...Dave Airlie1-87/+284
2022-07-18drm/amdgpu: add comment to HW_IP_VCN_ENC typeRuijing Dong1-0/+4
2022-07-18drm/fourcc: Add formats for packed YUV 4:4:4 AVUY and XVUY permutationsLaurent Pinchart1-0/+2
2022-07-13Merge drm/drm-next into drm-misc-nextMaxime Ripard2-2/+20
2022-07-12Merge tag 'amd-drm-next-5.20-2022-07-05' of https://gitlab.freedesktop.org/ag...Dave Airlie1-2/+4
2022-07-09drm/mode: Improve drm_mode_fb_cmd2 documentationGeert Uytterhoeven1-4/+4
2022-07-09drm/fourcc: Add DRM_FORMAT_D[1248]Geert Uytterhoeven1-0/+12
2022-07-09drm/fourcc: Add DRM_FORMAT_R[124]Geert Uytterhoeven1-0/+9
2022-07-09drm/fourcc: Clarify the meaning of single-channel "red"Geert Uytterhoeven1-4/+4
2022-07-09drm/fourcc: Add DRM_FORMAT_C[124]Geert Uytterhoeven1-0/+3
2022-07-02drm/i915: Update i915 uapi documentationNiranjana Vishwanathapura1-45/+160
2022-07-01drm/i915/uapi: add NEEDS_CPU_ACCESS hintMatthew Auld1-8/+53
2022-07-01drm/i915/uapi: expose the avail trackingMatthew Auld1-1/+30
2022-07-01drm/i915/uapi: add probed_cpu_visible_sizeMatthew Auld1-34/+42
2022-07-01Merge tag 'drm-intel-gt-next-2022-06-29' of git://anongit.freedesktop.org/drm...Dave Airlie1-0/+16
2022-06-29drm/fourcc: fix integer type usage in uapi headerCarlos Llamas1-2/+2
2022-06-28treewide: uapi: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-3/+3
2022-06-28drm/fourcc: Document the Intel CCS modifiers' CC plane expected pitchImre Deak1-4/+4
2022-06-24drm/fourcc: fix integer type usage in uapi headerCarlos Llamas1-2/+2
2022-06-03drm/amd: Add GFX11 modifiers support to AMDGPU (v3)Aurabindo Pillai1-0/+2
2022-05-26drm/amdgpu: add AMDGPU_VM_NOALLOC v2Christian König1-0/+2
2022-05-26drm/amdgpu: add AMDGPU_GEM_CREATE_DISCARDABLEChristian König1-0/+4
2022-05-26drm/amdgpu: differentiate between LP and non-LP DDR memoryAlex Deucher1-0/+2
2022-05-19Merge tag 'amd-drm-next-5.19-2022-05-18' of https://gitlab.freedesktop.org/ag...Dave Airlie1-0/+2
2022-05-18uapi/drm/i915: Document memory residency and Flat-CCS capability of objRamalingam C1-0/+16
2022-05-11Merge tag 'drm-msm-next-2022-05-09' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie2-0/+29
2022-05-06drm/amdgpu: add GC 11.0.1 family idHuang Rui1-0/+1
2022-05-04drm/amdgpu: add GC v11_0_0 family idHawking Zhang1-0/+1
2022-04-30drm/i915/xehp: Add compute engine ABIMatt Roper1-0/+9
2022-04-30drm/i915/uapi: Add kerneldoc for engine class enumMatt Roper1-6/+47
2022-04-22drm/msm: Add a way for userspace to allocate GPU iovaRob Clark1-0/+3
2022-04-22drm/msm: Add a way to override processes comm/cmdlineRob Clark1-0/+2
2022-04-22drm/msm: Add support for pointer paramsRob Clark1-0/+2
2022-04-22drm/fourcc: Add QCOM tiled modifiersRob Clark1-0/+22
2022-04-21Merge drm/drm-next into drm-intel-gt-nextRodrigo Vivi1-0/+47
2022-04-15drm/i915/uapi: Add DRM_I915_QUERY_GEOMETRY_SUBSLICESMatt Atwood1-4/+23
2022-04-15drm/i915/doc: Link query items to their uapi structsMatt Roper1-14/+20
2022-04-15drm/i915/doc: Convert perf UAPI comments to kerneldocMatt Roper1-30/+86
2022-04-15drm/i915/doc: Convert drm_i915_query_topology_info comment to kerneldocMatt Roper1-32/+78
2022-04-14Merge tag 'drm-intel-next-2022-04-13-1' of git://anongit.freedesktop.org/drm/...Dave Airlie1-0/+47
2022-04-12drm/fourcc: Introduce format modifier for DG2 clear colorMika Kahola1-0/+14