summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/rockchip: make fbdev support really optionalTobias Jakobi2016-07-151-4/+0
* gpu: drm: arcpgu_drv: add missing of_node_put after calling of_parse_phandlePeter Chen2016-07-151-0/+1
* gpu: drm: exynos_hdmi: add missing of_node_put after calling of_parse_phandlePeter Chen2016-07-151-0/+2
* gpu: drm: omapdrm: dss-of: add missing of_node_put after calling of_parse_pha...Peter Chen2016-07-151-3/+4
* gpu: drm: omapdrm: connector-dvi: add missing of_node_put after calling of_pa...Peter Chen2016-07-151-0/+1
* Revert "drm: Resurrect atomic rmfb code"Daniel Vetter2016-07-143-73/+0
* drm: Don't overwrite user ioctl arg unless requestedChris Wilson2016-07-141-28/+22
* dma-buf/sync_file: improve Kconfig description for Sync FilesGustavo Padovan2016-07-131-3/+12
* drm: Resurrect atomic rmfb codeDaniel Vetter2016-07-133-0/+73
* drm/vgem: Use PAGE_KERNEL in place of x86-specific PAGE_KERNEL_IOChris Wilson2016-07-121-1/+1
* qxl: silence uninitialized variable warningDan Carpenter2016-07-121-2/+1
* qxl: check for kmap failuresDan Carpenter2016-07-121-0/+2
* vga_switcheroo: Sphinxify docsLukas Wunner2016-07-121-14/+14
* drm: Restore double clflush on the last partial cachelineChris Wilson2016-07-121-0/+1
* gpu: drm: rockchip_drm_drv: add missing of_node_put after calling of_parse_ph...Peter Chen2016-07-121-0/+1
* gpu: drm: sti_vtg: add missing of_node_put after calling of_parse_phandlePeter Chen2016-07-121-0/+1
* gpu: drm: sti_hqvdp: add missing of_node_put after calling of_parse_phandlePeter Chen2016-07-121-0/+1
* gpu: drm: sti_vdo: add missing of_node_put after calling of_parse_phandlePeter Chen2016-07-121-0/+1
* gpu: drm: sti_compositor: add missing of_node_put after calling of_parse_phandlePeter Chen2016-07-121-0/+2
* drm/tilcdc: use drm_crtc_handle_vblank()Gustavo Padovan2016-07-121-1/+1
* drm/rcar-du: use drm_crtc_handle_vblank()Gustavo Padovan2016-07-121-1/+1
* drm/nouveau: use drm_crtc_handle_vblank()Gustavo Padovan2016-07-121-1/+1
* drm/atmel: use drm_crtc_handle_vblank()Gustavo Padovan2016-07-121-1/+1
* drm/armada: use drm_crtc_handle_vblank()Gustavo Padovan2016-07-121-1/+1
* drm: make drm_vblank_count_and_time() staticGustavo Padovan2016-07-121-5/+2
* drm/mediatek/mtk_mipi_tx: checking the wrong variableDan Carpenter2016-07-121-1/+1
* drm/qxl: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-07-123-7/+2
* drm/hisilicon: Fix ADE vblank on/off handlingXinliang Liu2016-07-121-0/+2
* drm_aux-dev: fix error handling in drm_dp_aux_dev_init()Alexey Khoroshilov2016-07-121-2/+1
* drm: Fix broken use of _PAGE_NO_CACHE on powerpcBenjamin Herrenschmidt2016-07-123-4/+4
* drm/dsi: Make set_tear_scanline command consistentThierry Reding2016-07-121-8/+8
* drm/qxl: Remove dead codeThierry Reding2016-07-121-4/+0
* drm/vmwgfx: Stop checking minor type directlyFrank Binns2016-07-121-2/+1
* drm/udl: Unplugging a device now unregisters itChris Wilson2016-07-121-1/+0
* drm: Do a full device unregister when unpluggingChris Wilson2016-07-121-3/+1
* drm: Unexport drm_connector_register_all()Chris Wilson2016-07-121-18/+1
* drm/exynos: make fbdev support really optionalTobias Jakobi2016-07-121-4/+0
* drm: Only handle _DRM_VBLANK_NEXTONMISS onceMichel Dänzer2016-07-121-11/+5
* drm/vgem: Enable dmabuf interface for exportChris Wilson2016-07-121-1/+88
* drm/vgem: Fix mmapingChris Wilson2016-07-122-109/+61
* drm: Fix a typo in drm_ioctl.cMasanari Iida2016-06-301-1/+1
* drm: fix some spelling mistakesFrank Binns2016-06-271-2/+2
* drm/nouveau/dispnv04: Use helper to turn off CRTCLukas Wunner2016-06-241-7/+2
* drm/i2c/ch7006: Use helper to turn off CRTCLukas Wunner2016-06-241-7/+2
* drm: Use helper to turn off CRTCLukas Wunner2016-06-241-7/+1
* drm/amdgpu: Turn off CRTCs on driver unloadLukas Wunner2016-06-241-0/+1
* drm/radeon: Turn off CRTCs on driver unloadLukas Wunner2016-06-241-0/+1
* drm/nouveau: Turn off CRTCs on driver unloadLukas Wunner2016-06-242-10/+1
* drm: Add helpers to turn off CRTCsLukas Wunner2016-06-241-0/+45
* drm/amdgpu: Forbid runtime pm on driver unloadLukas Wunner2016-06-241-0/+1