summaryrefslogtreecommitdiffstats
path: root/include/uapi/drm
Commit message (Expand)AuthorAgeFilesLines
* drm: fix inclusion of drm.h in savage_drm.hGabriel Laskar2015-12-101-1/+1
* drm: fix inclusion of drm.h in r128_drm.hGabriel Laskar2015-12-101-1/+1
* drm: fix inclusion of drm.h in qxl_drm.hGabriel Laskar2015-12-101-2/+1
* drm: fix inclusion of drm.h in omap_drm.hGabriel Laskar2015-12-101-1/+1
* drm: fix inclusion of drm.h in msm_drm.hGabriel Laskar2015-12-101-2/+1
* drm: fix inclusion of drm.h in mga_drm.hGabriel Laskar2015-12-101-1/+1
* drm: fix inclusion of drm.h in exynos_sarea.hGabriel Laskar2015-12-101-1/+1
* drm: fix inclusion of drm.h in i810_drm.hGabriel Laskar2015-12-101-1/+1
* drm: fix inclusion of drm.h in exynos_sarea.hGabriel Laskar2015-12-101-1/+1
* drm: fix inclusion of drm.h in drm_sarea.hGabriel Laskar2015-12-101-1/+1
* drm: drm_mode.h fix includesGabriel Laskar2015-12-101-1/+1
* drm: drm_fourcc.h fix includesGabriel Laskar2015-12-101-1/+1
* drm: include drm.h in armada_drm.hGabriel Laskar2015-12-101-0/+2
* include/uapi/drm/amdgpu_drm.h: use __u32 and __u64 from <linux/types.h>Mikko Rapeli2015-12-101-145/+145
* drm: Kbuild: add admgpu_drm.h to the installed headersGabriel Laskar2015-12-101-0/+1
* drm: use __u{32,64} instead of uint{32,64}_t in virtgpu_drm.hGabriel Laskar2015-12-101-49/+49
* include/uapi/drm/qxl_drm.h: use __s32, __u32 and __u64 from linux/types.hMikko Rapeli2015-12-101-37/+37
* include/uapi/drm/vmwgfx_drm.h: use __s32, __u32 and __u64 from linux/types.hMikko Rapeli2015-12-101-132/+132
* via_drm.h: don't include non-existing via_drmclient.hMikko Rapeli2015-12-101-3/+0
* radeon_drm.h: use __u32 and __u64 from linux/types.hMikko Rapeli2015-12-101-64/+64
* nouveau_drm.h: use __u32 and __u64 from linux/types.hMikko Rapeli2015-12-101-42/+44
* exynos_drm.h: use __u64 from linux/types.hMikko Rapeli2015-12-101-3/+3
* drm_mode.h: use __u32 and __u64 from linux/types.hMikko Rapeli2015-12-101-8/+8
* drm.h: use __kernel_size_t instead of size_tMikko Rapeli2015-12-101-4/+5
* Merge tag 'topic/drm-fixes-2015-11-11' of git://anongit.freedesktop.org/drm-i...Dave Airlie2015-11-131-1/+1
|\
| * drm: Use userspace compatible type in fourcc_mod_code macroTvrtko Ursulin2015-11-051-1/+1
* | drm/nouveau: remove unnecessary usage of object handlesBen Skeggs2015-11-031-8/+0
* | Merge branch 'drm-next-4.4' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2015-10-301-1/+1
|\ \
| * | drm/amdgpu: update the core VI support for StoneySamuel Li2015-10-211-1/+1
* | | Merge tag 'topic/drm-misc-2015-10-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-10-203-0/+6
|\ \ \
| * | | drm/i810_drm.h: include drm/drm.hMikko Rapeli2015-10-161-0/+2
| * | | r128_drm.h: include drm/drm.hMikko Rapeli2015-10-161-0/+2
| * | | savage_drm.h: include <drm/drm.h>Mikko Rapeli2015-10-161-0/+2
| |/ /
* | | Merge tag 'drm-intel-next-2015-10-10' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-10-201-1/+2
|\ \ \
| * | | drm/i915: Wa32bitGeneralStateOffset & Wa32bitInstructionBaseOffsetMichel Thierry2015-10-011-1/+2
| |/ /
* | | Merge branch 'virtio-gpu-for-drm-next' of git://git.kraxel.org/linux into drm...Dave Airlie2015-10-192-0/+168
|\ \ \
| * | | virtio-gpu: add 3d/virgl supportGerd Hoffmann2015-10-162-0/+168
* | | | via_drm.h: move struct via_file_private definition to drivers/gpu/drm/via/via...Mikko Rapeli2015-10-161-4/+0
* | | | include/uapi/drm/sis_drm.h: move sis_file_private to drivers/gpu/drm/sis/sis_...Mikko Rapeli2015-10-161-4/+0
| |/ / |/| |
* | | Merge tag 'v4.3-rc2' into topic/drm-miscDaniel Vetter2015-09-241-1/+1
|\ \ \ | |/ /
| * | uapi/drm/i915_drm.h: fix userspace compilation.Artem Savkov2015-09-021-1/+1
| |/
* | drm: cleanup modesetting ioctls, one param per lineRob Clark2015-09-081-12/+30
|/
* Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie2015-08-171-4/+34
|\
| * drm/vmwgfx: Fix copyright headersSinclair Yeh2015-08-121-1/+1
| * drm/vmwgfx: Initial DX supportThomas Hellstrom2015-08-121-3/+32
| * drm/vmwgfx: Implement screen targetsSinclair Yeh2015-08-051-0/+1
* | Merge tag 'v4.2-rc7' into drm-nextDave Airlie2015-08-173-2/+12
|\ \ | |/ |/|
| * drm/amdgpu: Drop drm/ prefix for including drm.h in amdgpu_drm.hMichel Dänzer2015-07-291-1/+1
| * drm/radeon: Drop drm/ prefix for including drm.h in radeon_drm.hMichel Dänzer2015-07-291-1/+1
| * Merge tag 'drm-intel-fixes-2015-07-23' of git://anongit.freedesktop.org/drm-i...Dave Airlie2015-07-241-0/+8
| |\
OpenPOWER on IntegriCloud