aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-12-15Merge tag 'drm-intel-next-2015-12-04-1' of git://anongit.freedesktop.org/drm-...Dave Airlie
2015-12-15drm/ttm: fix documentation of ttm_bo_reserveNicolai Hähnle
2015-12-15Merge tag 'drm-vc4-next-2015-12-11' of http://github.com/anholt/linux into dr...Dave Airlie
2015-12-15Merge tag 'topic/drm-misc-2015-12-14' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2015-12-14drm/msm: trivial whitespace fixRob Clark
2015-12-11drm: Drop drm_helper_probe_single_connector_modes_nomerge()Ville Syrjälä
2015-12-11drm: Rename MODE_UNVERIFIED to MODE_STALEVille Syrjälä
2015-12-11drm: Add plane->name and use it in debug printsVille Syrjälä
2015-12-11drm: Add crtc->name and use it in debug messagesVille Syrjälä
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä
2015-12-11drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä
2015-12-11drm: Pass 'name' to drm_crtc_init_with_planes()Ville Syrjälä
2015-12-11Merge branch 'drm-header-fixes' of https://github.com/GabrielL/linux into drm...Dave Airlie
2015-12-10drm: fix inclusion of drm.h in via_drm.hGabriel Laskar
2015-12-10drm: fix inclusion of drm.h in vmwgfx_drm.hGabriel Laskar
2015-12-10drm: fix inclusion of drm.h in virtgpu_drm.hGabriel Laskar
2015-12-10drm: fix inclusion of drm.h in tegra_drm.hGabriel Laskar
2015-12-10drm: fix inclusion of drm.h in savage_drm.hGabriel Laskar
2015-12-10drm: fix inclusion of drm.h in r128_drm.hGabriel Laskar
2015-12-10drm: fix inclusion of drm.h in qxl_drm.hGabriel Laskar
2015-12-10drm: fix inclusion of drm.h in omap_drm.hGabriel Laskar
2015-12-10drm: fix inclusion of drm.h in msm_drm.hGabriel Laskar
2015-12-10drm: fix inclusion of drm.h in mga_drm.hGabriel Laskar
2015-12-10drm: fix inclusion of drm.h in exynos_sarea.hGabriel Laskar
2015-12-10drm: fix inclusion of drm.h in i810_drm.hGabriel Laskar
2015-12-10drm: fix inclusion of drm.h in exynos_sarea.hGabriel Laskar
2015-12-10drm: fix inclusion of drm.h in drm_sarea.hGabriel Laskar
2015-12-10drm: drm_mode.h fix includesGabriel Laskar
2015-12-10drm: drm_fourcc.h fix includesGabriel Laskar
2015-12-10drm: include drm.h in armada_drm.hGabriel Laskar
2015-12-10include/uapi/drm/amdgpu_drm.h: use __u32 and __u64 from <linux/types.h>Mikko Rapeli
2015-12-10drm: Kbuild: add admgpu_drm.h to the installed headersGabriel Laskar
2015-12-10drm: use __u{32,64} instead of uint{32,64}_t in virtgpu_drm.hGabriel Laskar
2015-12-10include/uapi/linux/agpgart.h: include stdlib.h in userspaceMikko Rapeli
2015-12-10include/uapi/linux/virtio_gpu.h: use __u8 from <linux/types.h>Mikko Rapeli
2015-12-10include/uapi/drm/qxl_drm.h: use __s32, __u32 and __u64 from linux/types.hMikko Rapeli
2015-12-10include/uapi/drm/vmwgfx_drm.h: use __s32, __u32 and __u64 from linux/types.hMikko Rapeli
2015-12-10via_drm.h: don't include non-existing via_drmclient.hMikko Rapeli
2015-12-10radeon_drm.h: use __u32 and __u64 from linux/types.hMikko Rapeli
2015-12-10nouveau_drm.h: use __u32 and __u64 from linux/types.hMikko Rapeli
2015-12-10exynos_drm.h: use __u64 from linux/types.hMikko Rapeli
2015-12-10drm_mode.h: use __u32 and __u64 from linux/types.hMikko Rapeli
2015-12-10drm.h: use __kernel_size_t instead of size_tMikko Rapeli
2015-12-09drm: Document drm_encoder/crtc_helper_funcsDaniel Vetter
2015-12-09drm: Move drm_display_mode an related docs into kerneldocDaniel Vetter
2015-12-08drm: Document drm_connector_helper_funcsDaniel Vetter
2015-12-08drm: Document drm_plane_helper_funcsDaniel Vetter
2015-12-08drm: Kerneldoc for drm_mode_config_funcsDaniel Vetter
2015-12-08drm: Add kerneldoc for drm_framebuffer_funcsDaniel Vetter
2015-12-08drm: document drm_crtc_funcsDaniel Vetter