summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-06-2622-118/+1399
|\
| * drm/dp/mst: close deadlock in connector destruction.Dave Airlie2015-06-252-0/+6
| * of: fix a build error to of_graph_get_endpoint_by_regs functionInki Dae2015-06-241-1/+1
| * Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2015-06-232-0/+173
| |\
| | * of: add helper for getting endpoint node of specific identifiersHyungwon Hwang2015-06-221-0/+8
| | * drm/exynos: add Exynos5433 decon driverJoonyoung Shim2015-06-221-0/+165
| * | Merge tag 'topic/drm-misc-2015-06-22' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-06-231-0/+6
| |\ \ | | |/ | |/|
| | * drm/atomic: Extract needs_modeset functionDaniel Vetter2015-06-191-0/+6
| * | Merge tag 'drm/panel/for-4.2-rc1' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie2015-06-181-45/+0
| |\ \ | | |/ | |/|
| | * drm/bridge: Remove stale ptn3460.h includeThierry Reding2015-06-051-45/+0
| * | drm/msm: use __s32, __s64, __u32 and __u64 from linux/types.h for uabiMikko Rapeli2015-06-111-38/+38
| * | drm/msm/mdp4: Support NV12MT format in mdp4Rob Clark2015-06-111-0/+15
| * | drm/amdgpu: cleanup UAPI commentsChristian König2015-06-101-41/+78
| * | drm/amdgpu: remove AMDGPU_CTX_OP_STATE_RUNNINGChristian König2015-06-101-2/+0
| * | drm/amdgpu: cleanup VA IOCTLChristian König2015-06-091-16/+2
| * | drm/amdgpu: remove unused AMDGPU_IB_FLAG_GDSJammy Zhou2015-06-051-5/+2
| * | virtgpu: include linux/types.h to avoid warning.Dave Airlie2015-06-051-0/+2
| * | drm/amdgpu: only support IBs in the buffer list (v2)Marek Olšák2015-06-041-5/+1
| * | drm/amdgpu: add vram_type and vram_bit_width for interface query (v2)Ken Wang2015-06-041-0/+13
| * | drm/amdgpu: add ib_size/start_alignment interface queryKen Wang2015-06-041-0/+4
| * | drm/amdgpu add ce_ram_size for interface queryKen Wang2015-06-041-0/+2
| * | drm/amdgpu add max_memory_clock for interface query (v2)Ken Wang2015-06-041-0/+1
| * | drm/amdgpu: rename GEM_OP_SET_INITIAL_DOMAIN -> GEM_OP_SET_PLACEMENTMarek Olšák2015-06-041-2/+2
| * | drm/amdgpu: drop allocation flag masksChristian König2015-06-041-8/+0
| * | drm/amdgpu: rework tiling flagsMarek Olšák2015-06-041-18/+22
| * | drm/amdgpu: add and implement the GPU reset status queryMarek Olšák2015-06-041-1/+10
| * | drm/amdgpu: expose the max virtual addressJammy Zhou2015-06-041-0/+2
| * | drm/amdgpu: add CE preamble flag v3Jammy Zhou2015-06-041-0/+3
| * | drm/amdgpu: add ctx_id to the WAIT_CS IOCTL (v4)Jammy Zhou2015-06-041-1/+1
| * | drm/amdgpu: remove AMDGPU_GEM_CREATE_CPU_GTT_UCJammy Zhou2015-06-041-5/+2
| * | drm/amdgpu: add amdgpu uapi header (v4)Alex Deucher2015-06-041-0/+590
| * | Merge branch 'virtio-gpu-drm-next' of git://git.kraxel.org/linux into drm-nextDave Airlie2015-06-044-0/+207
| |\ \
| | * | Add virtio gpu driver.Dave Airlie2015-06-034-0/+207
| * | | Merge tag 'v4.1-rc6' into drm-nextDave Airlie2015-06-0419-37/+130
| |\ \ \
| * \ \ \ Merge tag 'topic/drm-misc-2015-05-27' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-06-047-13/+79
| |\ \ \ \
| | * | | | drm/atomic: fix out of bounds read in for_each_*_in_state helpersAndrey Ryabinin2015-05-261-12/+12
| | * | | | drm/atomic: Add MODE_ID propertyDaniel Stone2015-05-262-0/+4
| | * | | | drm/atomic: Add current-mode blob to CRTC stateDaniel Stone2015-05-261-0/+3
| | * | | | drm: Add drm_atomic_set_mode_for_crtcDaniel Stone2015-05-261-0/+3
| | * | | | drm/mode: Add user blob-creation ioctlDaniel Stone2015-05-224-1/+34
| | * | | | drm/mode: Unstatic kernel-userspace mode conversionDaniel Stone2015-05-221-0/+4
| | * | | | drm: bridge: Allow daisy chaining of bridgesArchit Taneja2015-05-211-0/+14
| | * | | | drm/atomic: add drm_atomic_add_affected_planesMaarten Lankhorst2015-05-211-0/+4
| | * | | | drm/atomic: add commit_planes_on_crtc helperMaarten Lankhorst2015-05-211-0/+1
| * | | | | drm/amdkfd: add H/W debugger IOCTL set definitionsYair Shachar2015-06-031-2/+41
| * | | | | Merge tag 'drm-intel-next-fixes-2015-05-29' of git://anongit.freedesktop.org/...Dave Airlie2015-06-021-2/+6
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | drm/i915: Fix the confusing comment about the ioctl limitsDamien Lespiau2015-05-261-2/+6
| * | | | | Merge tag 'drm-intel-next-2015-05-22' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-05-291-4/+2
| |\| | | |
| | * | | | drm/i915/bxt: Update the Broxton PCI idsDamien Lespiau2015-05-201-4/+2
| | |/ / /
| * / / / drm/radeon: add a GPU reset counter queryable by userspaceMarek Olšák2015-05-261-0/+1
| |/ / /