summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm: Suppress user controlled spam for invalid drm_wait_vblank_ioctlChris Wilson2018-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-031-0/+35
* 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-033-0/+296
* 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
* 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-274909-108374/+303776
|\
| * Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-2611-179/+72
| |\
| | * target/iscsi: Allocate session IDs from an IDAMatthew Wilcox2018-08-223-30/+10
| | * iscsi target: fix session creation failure handlingMike Christie2018-08-221-14/+21
| | * drm/vmwgfx: Convert to new IDA APIMatthew Wilcox2018-08-221-29/+12
| | * dmaengine: Convert to new IDA APIMatthew Wilcox2018-08-221-16/+7
| | * media: Convert entity ID allocation to new IDA APIMatthew Wilcox2018-08-221-11/+5
| | * cb710: Convert to new IDA APIMatthew Wilcox2018-08-221-18/+5
| | * rsxx: Convert to new IDA APIMatthew Wilcox2018-08-221-16/+5
| | * osd: Convert to new IDA APIMatthew Wilcox2018-08-221-15/+7
| | * sd: Convert to new IDA APIMatthew Wilcox2018-08-221-17/+4
| | * mtip32xx: Convert to new IDA APIMatthew Wilcox2018-08-221-23/+6
| * | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-265-17/+25
| |\ \
| | * \ Merge tag 'irqchip-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2018-08-245-17/+25
| | |\ \
| | | * | irqchip/gic-v3: Allow interrupt to be configured as wake-up sourcesMarc Zyngier2018-08-201-2/+6
| | | * | irqchip/tango: Set irq handler and data in one goMartin Kaiser2018-08-201-2/+1