summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-29drm/virtio: Handle context ID allocation errorsMatthew Wilcox1-18/+11
2018-10-29drm/virtio: Replace IDRs with IDAsMatthew Wilcox3-28/+8
2018-10-29drm/virtio: fix resource id handlingGerd Hoffmann6-26/+23
2018-10-29drm/virtio: drop resource_id argument.Gerd Hoffmann6-16/+10
2018-10-29drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpu_resource_creat...Gerd Hoffmann1-16/+8
2018-10-29drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpu_mode_dumb_crea...Gerd Hoffmann1-5/+3
2018-10-29drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpufb_create()Gerd Hoffmann1-4/+4
2018-10-29drm/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-25drm/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
2018-10-25drm/vgem: Fix vgem_init to get drm device available.Deepak Sharma1-8/+8
2018-10-25dma-buf: allow reserving more than one shared fence slotChristian König15-22/+26
2018-10-25dma-buf: remove shared fence staging in reservation objectChristian König1-120/+58
2018-10-24drm: Fix doc warning in drm_connector_attach_edid_property()Sean Paul1-1/+0
2018-10-24drm/dp_mst: Deprecate drm_dp_find_vcpi_slots()Lyude Paul1-1/+8
2018-10-24Merge drm/drm-next into drm-misc-nextSean Paul544-9567/+13906
2018-10-24drm/vc4: Set ->is_yuv to false when num_planes == 1Boris Brezillon1-0/+1
2018-10-24drm/vc4: Fix X/Y positioning of planes using T_TILES modifierBoris Brezillon1-7/+43
2018-10-24drm/vc4: Move ->offsets[] adjustment out of setup_clipping_and_scaling()Boris Brezillon1-10/+16
2018-10-24drm/vc4: Use drm_atomic_helper_check_plane_state() to simplify the logicBoris Brezillon1-50/+52
2018-10-24drm/vc4: Define missing PITCH0_SINK_PIX fieldEric Anholt1-0/+4
2018-10-24drm/vc4: Fix TILE_Y_OFFSET definitionsEric Anholt1-2/+2
2018-10-24drm/panel: Add driver for Samsung S6D16D0 panelLinus Walleij3-0/+271
2018-10-23drm: msm: adreno: Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) +PTR_ERRMamta Shukla1-4/+1
2018-10-23drm/drm_pci.c: Use dma_zalloc_coherentSouptick Joarder1-3/+2
2018-10-23DRM: UDL: get rid of useless vblank initializationEugeniy Paltsev1-6/+1
2018-10-23drm/rcar-du: Convert drm_atomic_helper_suspend/resume()Souptick Joarder3-38/+2
2018-10-23drm: fix deadlock of syncobj v6Chunming Zhou1-81/+75
2018-10-23vgaarb: Keep adding VGA device in queueAaron Ma1-1/+1
2018-10-23vgaarb: Add support for 64-bit frame buffer addressAaron Ma1-6/+13
2018-10-22drm/selftest: Refactor test-drm_plane_helperAlexandru Gheorghe4-20/+12
2018-10-19Merge tag 'drm-intel-next-fixes-2018-10-18' of git://anongit.freedesktop.org/...Dave Airlie12-104/+227
2018-10-18drm: sti: don't pass GFP_DMA32 to dma_alloc_wcChristoph Hellwig1-1/+1
2018-10-18drm/sti: make crct disable atomicBenjamin Gaignard1-0/+2
2018-10-18drm: add syncobj timeline support v9Chunming Zhou2-42/+266
2018-10-18firmware/dmc/icl: Add missing MODULE_FIRMWARE() for Icelake.Anusha Srivatsa1-0/+1