summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-11-02drm: Extend framebuffer_check to handle formats with cpp/char_per_block 0Alexandru Gheorghe1-1/+7
2018-11-02drm: mali-dp: Enable Mali-DP tiled buffer formatsAlexandru Gheorghe2-6/+36
2018-11-02drm/fourcc: Add fourcc for Mali linear tiled formatsAlexandru Gheorghe1-0/+12
2018-11-02drm/fourcc: Add char_per_block, block_w and block_h in drm_format_infoAlexandru Gheorghe5-7/+89
2018-11-02drm/panel: Add simple panel mode for the ARM RTSMLinus Walleij1-0/+30
2018-11-01drm: Remove 80-column line in drm_mode_object.cShayenne da Luz Moura1-1/+2
2018-11-01drm/tilcdc: Use drm_fbdev_generic_setup()Noralf Trønnes1-9/+2
2018-11-01drm/sun4i: Use drm_fbdev_generic_setup()Noralf Trønnes3-22/+5
2018-11-01drm/atmel-hlcdc: Use drm_fbdev_generic_setup()Noralf Trønnes1-5/+2
2018-11-01drm/fsl-dcu: Use drm_fbdev_generic_setup()Noralf Trønnes2-23/+3
2018-11-01drm/arc: Use drm_fbdev_generic_setup()Noralf Trønnes2-34/+3
2018-11-01drm/syncobj: Mark local add/remove callback functions as staticChris Wilson1-14/+5
2018-10-31drm/tinydrm: Fix setting of the column/page end addresses.Eric Anholt1-2/+2
2018-10-31drm: Add an hx8367d tinydrm driver.Eric Anholt3-0/+282
2018-10-30drm/tinydrm: Advertise that we can do only DRM_FORMAT_MOD_LINEAR.Eric Anholt3-1/+14
2018-10-30drm/bochs: add edid support.Gerd Hoffmann3-3/+49
2018-10-30drm/rockchip: dsi: add dual mipi supportHeiko Stuebner5-0/+146
2018-10-30drm/bridge/synopsys: dsi: add dual-dsi supportNickey Yang1-6/+74
2018-10-30drm/rockchip: dsi: migrate to use dw-mipi-dsi bridge driverNickey Yang6-1353/+943
2018-10-30drm/bridge/synopsys: dsi: add ability to have glue-specific attach and detachHeiko Stuebner1-0/+15
2018-10-30drm/bridge/synopsys: dsi: don't call __dw_mipi_dsi_probe from dw_mipi_dsi_bindHeiko Stuebner1-12/+3
2018-10-30drm/bridge/synopsys: dsi: move mipi_dsi_host_unregister to __dw_mipi_dsi_removeHeiko Stuebner1-2/+2
2018-10-30drm/qxl: Use 'unsigned int' instead of 'bool'Shayenne da Luz Moura1-5/+5
2018-10-30drm/qxl: Add space before open parenthesesShayenne da Luz Moura1-2/+2
2018-10-30drm/qxl: Use 'unsigned int' instead of 'usigned'Shayenne da Luz Moura9-31/+31
2018-10-30drm/qxl: Remove exceding whitelineShayenne da Luz Moura11-15/+0
2018-10-30drm/qxl: Add line after variable declarationsShayenne da Luz Moura9-0/+17
2018-10-30drm/qxl: Remove trailing whitespaceShayenne da Luz Moura1-1/+1
2018-10-30gpu/drm/virtio/virtgpu_vq.c: Use kmem_cache_zallocSabyasachi Gupta1-2/+1
2018-10-30drm/virtio: Handle context ID allocation errorsMatthew Wilcox1-18/+11
2018-10-30drm/virtio: Replace IDRs with IDAsMatthew Wilcox3-28/+8
2018-10-30drm/virtio: fix resource id handlingGerd Hoffmann6-26/+23
2018-10-30drm/virtio: drop resource_id argument.Gerd Hoffmann6-16/+10
2018-10-30drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpu_resource_creat...Gerd Hoffmann1-16/+8
2018-10-30drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpu_mode_dumb_crea...Gerd Hoffmann1-5/+3
2018-10-30drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpufb_create()Gerd Hoffmann1-4/+4
2018-10-30drm/virtio: track created object stateGerd Hoffmann6-5/+16
2018-10-29gpu: drm/lease: fix spelling mistake, EACCESS -> EACCESColin Ian King1-1/+1
2018-10-29drm/bridge: analogix_dp: Fix misleading indentation reported by smatchEnric Balletbo i Serra1-6/+6
2018-10-29drm/sun4i: hdmi: Fix double flag assignationMaxime Ripard1-1/+1
2018-10-29drm/sun4i: hdmi: Fix unitialized variableMaxime Ripard1-1/+1
2018-10-29drm/vkms: provide a parent device to drm_dev_init()Emil Velikov1-10/+11
2018-10-26drm/i915/hdmi: Detect HDMI 2.0 monitors using multiple EDID capabilitiesClint Taylor1-1/+2
2018-10-26dma-buf: Update reservation shared_count after adding the new fenceChris Wilson1-7/+7
2018-10-26drm/syncobj: Avoid kmalloc(GFP_KERNEL) under spinlockChunming Zhou1-17/+19
2018-10-26drm/panel: Add support for Truly NT35597 panel driverAbhinav Kumar3-0/+683
2018-10-25drm/stm: Use drm_fbdev_generic_setup()Noralf Trønnes1-9/+2
2018-10-25drm/meson: Use drm_fbdev_generic_setup()Noralf Trønnes2-18/+2
2018-10-25drm/virtio: document drm_dev_set_unique workaroundEmil Velikov1-0/+31
2018-10-25drm: BUG_ON if passing NULL parent to drm_dev_initEmil Velikov1-5/+3