summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/virtio: track virtual output stateGerd Hoffmann2018-09-053-1/+6
* qxl: fix null-pointer crash during suspendPeter Wu2018-09-051-21/+5
* drm: Remove "protection" around drm_vma_offset_manager_destroy()Chris Wilson2018-09-041-3/+0
* drm: Suppress user controlled spam for invalid drm_wait_vblank_ioctlChris Wilson2018-09-041-1/+1
* Document/gpu: Use new vm_fault_t typeSouptick Joarder2018-09-041-1/+1
* drm/tegra: kick out simplefbMichał Mirosław2018-09-031-0/+4
* drm/sun4i: use simpler remove_conflicting_framebuffers(NULL)Michał Mirosław2018-09-031-17/+1
* drm/vc4: use simpler remove_conflicting_framebuffers(NULL)Michał Mirosław2018-09-031-19/+1
* drm/virtio: use simpler remove_conflicting_pci_framebuffers()Michał Mirosław2018-09-031-21/+3
* drm/mgag200: use simpler remove_conflicting_pci_framebuffers()Michał Mirosław2018-09-032-29/+1
* drm/radeon: use simpler remove_conflicting_pci_framebuffers()Michał Mirosław2018-09-031-22/+1
* drm/bochs: use simpler remove_conflicting_pci_framebuffers()Michał Mirosław2018-09-031-17/+1
* drm/cirrus: use simpler remove_conflicting_pci_framebuffers()Michał Mirosław2018-09-031-22/+1
* drm/amdgpu: use simpler remove_conflicting_pci_framebuffers()Michał Mirosław2018-09-031-23/+1
* fbdev: add remove_conflicting_pci_framebuffers()Michał Mirosław2018-09-033-0/+49
* fbdev: add kerneldoc do remove_conflicting_framebuffers()Michał Mirosław2018-09-031-0/+10
* fbdev: allow apertures == NULL in remove_conflicting_framebuffers()Michał Mirosław2018-09-031-0/+14
* fbdev: show fbdev number for debuggingMichał Mirosław2018-09-031-2/+2
* Add udmabuf misc deviceGerd Hoffmann2018-09-038-0/+439
* drm: Describe pixel_blend_mode in drm_plane_stateSean Paul2018-08-311-0/+7
* drm/amdgpu: add DisplayPort CEC-Tunneling-over-AUX supportHans Verkuil2018-08-312-1/+10
* drm/nouveau: add DisplayPort CEC-Tunneling-over-AUX supportHans Verkuil2018-08-311-2/+15
* drm_dp_mst_topology: fix broken drm_dp_sideband_parse_remote_dpcd_read()Hans Verkuil2018-08-311-0/+1
* drm_dp_cec: add note about good MegaChips 2900 CEC supportHans Verkuil2018-08-311-1/+3
* drm_dp_cec: check that aux has a transfer functionHans Verkuil2018-08-311-0/+14
* drm/virtio: fix bounds check in virtio_gpu_cmd_get_capset()Dan Carpenter2018-08-301-2/+3
* drm/virtio: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann2018-08-301-3/+2
* drm/virtio: Replace ttm_bo_reference with ttm_bo_getThomas Zimmermann2018-08-301-1/+1
* drm/qxl: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann2018-08-301-1/+1
* drm/cirrus: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann2018-08-301-1/+1
* drm/bochs: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann2018-08-301-1/+1
* drm/rockchip: vop: fix some register define error for px30Sandy Huang2018-08-291-8/+6
* drm/rockchip: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva2018-08-291-3/+3
* drm/rockchip: fix coding style and incorrect descriptionSandy Huang2018-08-291-7/+7
* drm/atmel-hlcdc: support bus-width (12/16/18/24) in endpoint nodesPeter Rosin2018-08-273-28/+120
* drm/atmel-hlcdc: always iterate over the first 4 output endpointsPeter Rosin2018-08-271-2/+13
* dt-bindings: display: atmel: optional video-interface of endpointsPeter Rosin2018-08-271-0/+23
* dt-bindings: display: bridge: lvds-transmitter: add ti, ds90c185Peter Rosin2018-08-271-1/+7
* drm/atmel-hlcdc: allow selecting a higher pixel-clock than requestedPeter Rosin2018-08-271-0/+12
* drm/atmel-hlcdc: prefer a higher rate clock as pixel-clock basePeter Rosin2018-08-271-7/+11
* drm/bridge: ti-sn65dsi86: Add mystery delay to enable()Sean Paul2018-08-271-0/+12
* Merge drm/drm-next into drm-misc-nextSean Paul2018-08-2710954-203698/+498317
|\
| * Linux 4.19-rc1v4.19-rc1Linus Torvalds2018-08-261-2/+2
| * Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-08-261-0/+15
| |\
| | * y2038: Provide aliases for compat helpersArnd Bergmann2018-08-221-0/+15
| * | Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-2628-679/+485
| |\ \
| | * | ida: Change ida_get_new_above to return the idMatthew Wilcox2018-08-221-18/+12
| | * | ida: Remove old APIMatthew Wilcox2018-08-223-67/+11
| | * | test_ida: check_ida_destroy and check_ida_allocMatthew Wilcox2018-08-222-66/+58
| | * | test_ida: Convert check_ida_conv to new APIMatthew Wilcox2018-08-222-46/+40