summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)Author
2018-10-30drm/tinydrm: Advertise that we can do only DRM_FORMAT_MOD_LINEAR.Eric Anholt
2018-10-30drm/bochs: add edid support.Gerd Hoffmann
2018-10-30drm/rockchip: dsi: add dual mipi supportHeiko Stuebner
2018-10-30drm/bridge/synopsys: dsi: add dual-dsi supportNickey Yang
2018-10-30drm/rockchip: dsi: migrate to use dw-mipi-dsi bridge driverNickey Yang
2018-10-30drm/bridge/synopsys: dsi: add ability to have glue-specific attach and detachHeiko Stuebner
2018-10-30drm/bridge/synopsys: dsi: don't call __dw_mipi_dsi_probe from dw_mipi_dsi_bindHeiko Stuebner
2018-10-30drm/bridge/synopsys: dsi: move mipi_dsi_host_unregister to __dw_mipi_dsi_removeHeiko Stuebner
2018-10-30drm/qxl: Use 'unsigned int' instead of 'bool'Shayenne da Luz Moura
2018-10-30drm/qxl: Add space before open parenthesesShayenne da Luz Moura
2018-10-30drm/qxl: Use 'unsigned int' instead of 'usigned'Shayenne da Luz Moura
2018-10-30drm/qxl: Remove exceding whitelineShayenne da Luz Moura
2018-10-30drm/qxl: Add line after variable declarationsShayenne da Luz Moura
2018-10-30drm/qxl: Remove trailing whitespaceShayenne da Luz Moura
2018-10-30gpu/drm/virtio/virtgpu_vq.c: Use kmem_cache_zallocSabyasachi Gupta
2018-10-29drm/virtio: Handle context ID allocation errorsMatthew Wilcox
2018-10-29drm/virtio: Replace IDRs with IDAsMatthew Wilcox
2018-10-29drm/virtio: fix resource id handlingGerd Hoffmann
2018-10-29drm/virtio: drop resource_id argument.Gerd Hoffmann
2018-10-29drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpu_resource_creat...Gerd Hoffmann
2018-10-29drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpu_mode_dumb_crea...Gerd Hoffmann
2018-10-29drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpufb_create()Gerd Hoffmann
2018-10-29drm/virtio: track created object stateGerd Hoffmann
2018-10-29gpu: drm/lease: fix spelling mistake, EACCESS -> EACCESColin Ian King
2018-10-29drm/bridge: analogix_dp: Fix misleading indentation reported by smatchEnric Balletbo i Serra
2018-10-29drm/sun4i: hdmi: Fix double flag assignationMaxime Ripard
2018-10-29drm/sun4i: hdmi: Fix unitialized variableMaxime Ripard
2018-10-29drm/vkms: provide a parent device to drm_dev_init()Emil Velikov
2018-10-26drm/i915/hdmi: Detect HDMI 2.0 monitors using multiple EDID capabilitiesClint Taylor
2018-10-26drm/syncobj: Avoid kmalloc(GFP_KERNEL) under spinlockChunming Zhou
2018-10-25drm/panel: Add support for Truly NT35597 panel driverAbhinav Kumar
2018-10-25drm/stm: Use drm_fbdev_generic_setup()Noralf Trønnes
2018-10-25drm/meson: Use drm_fbdev_generic_setup()Noralf Trønnes
2018-10-25drm/virtio: document drm_dev_set_unique workaroundEmil Velikov
2018-10-25drm: BUG_ON if passing NULL parent to drm_dev_initEmil Velikov
2018-10-25drm/vgem: Fix vgem_init to get drm device available.Deepak Sharma
2018-10-25dma-buf: allow reserving more than one shared fence slotChristian König
2018-10-24drm: Fix doc warning in drm_connector_attach_edid_property()Sean Paul
2018-10-24drm/dp_mst: Deprecate drm_dp_find_vcpi_slots()Lyude Paul
2018-10-24Merge drm/drm-next into drm-misc-nextSean Paul
2018-10-24drm/vc4: Set ->is_yuv to false when num_planes == 1Boris Brezillon
2018-10-24drm/vc4: Fix X/Y positioning of planes using T_TILES modifierBoris Brezillon
2018-10-24drm/vc4: Move ->offsets[] adjustment out of setup_clipping_and_scaling()Boris Brezillon
2018-10-24drm/vc4: Use drm_atomic_helper_check_plane_state() to simplify the logicBoris Brezillon
2018-10-24drm/vc4: Define missing PITCH0_SINK_PIX fieldEric Anholt
2018-10-24drm/vc4: Fix TILE_Y_OFFSET definitionsEric Anholt
2018-10-24drm/panel: Add driver for Samsung S6D16D0 panelLinus Walleij
2018-10-23drm: msm: adreno: Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) +PTR_ERRMamta Shukla
2018-10-23drm/drm_pci.c: Use dma_zalloc_coherentSouptick Joarder
2018-10-23DRM: UDL: get rid of useless vblank initializationEugeniy Paltsev