Age | Commit message (Expand) | Author | Files | Lines |
2015-12-23 | Merge tag 'drm-intel-next-2015-12-18' of git://anongit.freedesktop.org/drm-in... | Dave Airlie | 1 | -3/+9 |
2015-12-19 | Merge branch 'drm-etnaviv-next' of git://git.pengutronix.de/git/lst/linux int... | Dave Airlie | 1 | -0/+222 |
2015-12-15 | drm/etnaviv: add initial etnaviv DRM driver | The etnaviv authors | 1 | -0/+222 |
2015-12-15 | Merge tag 'drm-vc4-next-2015-12-11' of http://github.com/anholt/linux into dr... | Dave Airlie | 2 | -0/+280 |
2015-12-14 | drm/msm: trivial whitespace fix | Rob Clark | 1 | -1/+1 |
2015-12-11 | Merge branch 'drm-header-fixes' of https://github.com/GabrielL/linux into drm... | Dave Airlie | 22 | -508/+506 |
2015-12-10 | drm: fix inclusion of drm.h in via_drm.h | Gabriel Laskar | 1 | -1/+1 |
2015-12-10 | drm: fix inclusion of drm.h in vmwgfx_drm.h | Gabriel Laskar | 1 | -3/+1 |
2015-12-10 | drm: fix inclusion of drm.h in virtgpu_drm.h | Gabriel Laskar | 1 | -2/+1 |
2015-12-10 | drm: fix inclusion of drm.h in tegra_drm.h | Gabriel Laskar | 1 | -1/+1 |
2015-12-10 | drm: fix inclusion of drm.h in savage_drm.h | Gabriel Laskar | 1 | -1/+1 |
2015-12-10 | drm: fix inclusion of drm.h in r128_drm.h | Gabriel Laskar | 1 | -1/+1 |
2015-12-10 | drm: fix inclusion of drm.h in qxl_drm.h | Gabriel Laskar | 1 | -2/+1 |
2015-12-10 | drm: fix inclusion of drm.h in omap_drm.h | Gabriel Laskar | 1 | -1/+1 |
2015-12-10 | drm: fix inclusion of drm.h in msm_drm.h | Gabriel Laskar | 1 | -2/+1 |
2015-12-10 | drm: fix inclusion of drm.h in mga_drm.h | Gabriel Laskar | 1 | -1/+1 |
2015-12-10 | drm: fix inclusion of drm.h in exynos_sarea.h | Gabriel Laskar | 1 | -1/+1 |
2015-12-10 | drm: fix inclusion of drm.h in i810_drm.h | Gabriel Laskar | 1 | -1/+1 |
2015-12-10 | drm: fix inclusion of drm.h in exynos_sarea.h | Gabriel Laskar | 1 | -1/+1 |
2015-12-10 | drm: fix inclusion of drm.h in drm_sarea.h | Gabriel Laskar | 1 | -1/+1 |
2015-12-10 | drm: drm_mode.h fix includes | Gabriel Laskar | 1 | -1/+1 |
2015-12-10 | drm: drm_fourcc.h fix includes | Gabriel Laskar | 1 | -1/+1 |
2015-12-10 | drm: include drm.h in armada_drm.h | Gabriel Laskar | 1 | -0/+2 |
2015-12-10 | include/uapi/drm/amdgpu_drm.h: use __u32 and __u64 from <linux/types.h> | Mikko Rapeli | 1 | -145/+145 |
2015-12-10 | drm: Kbuild: add admgpu_drm.h to the installed headers | Gabriel Laskar | 1 | -0/+1 |
2015-12-10 | drm: use __u{32,64} instead of uint{32,64}_t in virtgpu_drm.h | Gabriel Laskar | 1 | -49/+49 |
2015-12-10 | include/uapi/drm/qxl_drm.h: use __s32, __u32 and __u64 from linux/types.h | Mikko Rapeli | 1 | -37/+37 |
2015-12-10 | include/uapi/drm/vmwgfx_drm.h: use __s32, __u32 and __u64 from linux/types.h | Mikko Rapeli | 1 | -132/+132 |
2015-12-10 | via_drm.h: don't include non-existing via_drmclient.h | Mikko Rapeli | 1 | -3/+0 |
2015-12-10 | radeon_drm.h: use __u32 and __u64 from linux/types.h | Mikko Rapeli | 1 | -64/+64 |
2015-12-10 | nouveau_drm.h: use __u32 and __u64 from linux/types.h | Mikko Rapeli | 1 | -42/+44 |
2015-12-10 | exynos_drm.h: use __u64 from linux/types.h | Mikko Rapeli | 1 | -3/+3 |
2015-12-10 | drm_mode.h: use __u32 and __u64 from linux/types.h | Mikko Rapeli | 1 | -8/+8 |
2015-12-10 | drm.h: use __kernel_size_t instead of size_t | Mikko Rapeli | 1 | -4/+5 |
2015-12-09 | drm/i915: Add soft-pinning API for execbuffer | Chris Wilson | 1 | -3/+9 |
2015-12-08 | drm/vc4: Add an interface for capturing the GPU state after a hang. | Eric Anholt | 1 | -0/+45 |
2015-12-08 | drm/vc4: Add support for drawing 3D frames. | Eric Anholt | 1 | -0/+141 |
2015-12-08 | drm/vc4: Add an API for creating GPU shaders in GEM BOs. | Eric Anholt | 1 | -0/+25 |
2015-12-08 | drm/vc4: Add create and map BO ioctls. | Eric Anholt | 2 | -0/+69 |
2015-12-04 | drm, ipu-v3: use https://linuxtv.org for LinuxTV URL | Mauro Carvalho Chehab | 1 | -1/+1 |
2015-11-23 | Merge tag 'v4.4-rc2' into drm-intel-next-queued | Daniel Vetter | 10 | -18/+176 |
2015-11-18 | drm/i915: Make the high dword offset more explicit in i915_reg_read_ioctl | Ville Syrjälä | 1 | -0/+6 |
2015-11-13 | Merge tag 'topic/drm-fixes-2015-11-11' of git://anongit.freedesktop.org/drm-i... | Dave Airlie | 1 | -1/+1 |
2015-11-05 | drm: Use userspace compatible type in fourcc_mod_code macro | Tvrtko Ursulin | 1 | -1/+1 |
2015-11-03 | drm/nouveau: remove unnecessary usage of object handles | Ben Skeggs | 1 | -8/+0 |
2015-10-30 | Merge branch 'drm-next-4.4' of git://people.freedesktop.org/~agd5f/linux into... | Dave Airlie | 1 | -1/+1 |
2015-10-21 | drm/amdgpu: update the core VI support for Stoney | Samuel Li | 1 | -1/+1 |
2015-10-20 | Merge tag 'topic/drm-misc-2015-10-19' of git://anongit.freedesktop.org/drm-in... | Dave Airlie | 3 | -0/+6 |
2015-10-20 | Merge tag 'drm-intel-next-2015-10-10' of git://anongit.freedesktop.org/drm-in... | Dave Airlie | 1 | -1/+2 |
2015-10-19 | drm/i915: Report context GTT size | Chris Wilson | 1 | -2/+3 |