summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/vc4: Set ->is_yuv to false when num_planes == 1Boris Brezillon2018-10-241-0/+1
* drm/vc4: Fix X/Y positioning of planes using T_TILES modifierBoris Brezillon2018-10-241-7/+43
* drm/vc4: Move ->offsets[] adjustment out of setup_clipping_and_scaling()Boris Brezillon2018-10-241-10/+16
* drm/vc4: Use drm_atomic_helper_check_plane_state() to simplify the logicBoris Brezillon2018-10-241-50/+52
* drm/vc4: Define missing PITCH0_SINK_PIX fieldEric Anholt2018-10-241-0/+4
* drm/vc4: Fix TILE_Y_OFFSET definitionsEric Anholt2018-10-241-2/+2
* drm/panel: Add driver for Samsung S6D16D0 panelLinus Walleij2018-10-243-0/+271
* drm: msm: adreno: Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) +PTR_ERRMamta Shukla2018-10-231-4/+1
* drm/drm_pci.c: Use dma_zalloc_coherentSouptick Joarder2018-10-231-3/+2
* DRM: UDL: get rid of useless vblank initializationEugeniy Paltsev2018-10-231-6/+1
* drm/rcar-du: Convert drm_atomic_helper_suspend/resume()Souptick Joarder2018-10-233-38/+2
* drm: fix deadlock of syncobj v6Chunming Zhou2018-10-231-81/+75
* vgaarb: Keep adding VGA device in queueAaron Ma2018-10-231-1/+1
* vgaarb: Add support for 64-bit frame buffer addressAaron Ma2018-10-231-6/+13
* drm/selftest: Refactor test-drm_plane_helperAlexandru Gheorghe2018-10-224-20/+12
* drm: sti: don't pass GFP_DMA32 to dma_alloc_wcChristoph Hellwig2018-10-181-1/+1
* drm/sti: make crct disable atomicBenjamin Gaignard2018-10-181-0/+2
* drm: add syncobj timeline support v9Chunming Zhou2018-10-182-42/+266
* drm/selftest: Refactor drm mode setting selftestsDeepak Rawat2018-10-175-22/+54
* drm/bufs: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2018-10-171-0/+3
* drm: fix missing doc v2Chunming Zhou2018-10-171-0/+1
* drm/rockchip: psr: do not dereference encoder before it is null checked.Enric Balletbo i Serra2018-10-161-1/+3
* drm: add flags to drm_syncobj_find_fenceChunming Zhou2018-10-164-6/+6
* drm: Shift * to be adjacent to pointer nameMamta Shukla2018-10-161-5/+5
* drm/v3d: Skip debugfs dumping GCA on platforms without GCA.Eric Anholt2018-10-151-4/+7
* drm/v3d: Add a little debugfs entry for measuring the core clock.Eric Anholt2018-10-152-0/+65
* drm/v3d: Fix a use-after-free race accessing the scheduler's fences.Eric Anholt2018-10-152-2/+11
* drm: Do not call drm_dp_cec_set_edid() while registering DP connectorsJosé Roberto de Souza2018-10-111-2/+0
* drm: Use PTR_ERR_OR_ZERO in drm_fb_cma_fbdev_init()YueHaibing2018-10-111-4/+1
* drm/sun4i: tcon: prevent tcon->panel dereference if NULLGiulio Benetti2018-10-081-1/+2
* drm/sun4i: tcon: fix check of tcon->panel null pointerGiulio Benetti2018-10-083-5/+5
* drm: Unexport drm_plane_helper_check_updateDaniel Vetter2018-10-051-38/+11
* drm/vmwgfx: Fix vmw_du_cursor_plane_atomic_checkThomas Hellstrom2018-10-051-12/+12
* drm: Unexport primary plane helpersDaniel Vetter2018-10-052-74/+26
* drm/doc: fix drm_driver_legacy_fb_formatDaniel Vetter2018-10-051-3/+3
* drm: Remove transitional helpersDaniel Vetter2018-10-052-312/+0
* drm/zte: Use drm_atomic_helper_shutdownDaniel Vetter2018-10-052-1/+1
* drm/vc4: Use drm_atomic_helper_shutdownDaniel Vetter2018-10-052-1/+3
* drm/sti: Use drm_atomic_helper_shutdownDaniel Vetter2018-10-054-6/+3
* drm/msm: Use drm_atomic_helper_shutdownDaniel Vetter2018-10-054-4/+1
* drm/arcpgu: Use drm_atomic_helper_shutdownDaniel Vetter2018-10-052-1/+1
* drm/atmel: Drop transitional hooksDaniel Vetter2018-10-051-2/+0
* drm/arcpgu: Drop transitional hooksDaniel Vetter2018-10-051-2/+0
* drm: Extract drm_atomic_state_helper.[hc]Daniel Vetter2018-10-053-567/+603
* drm/atomic-helper: Unexport drm_atomic_helper_best_encoderDaniel Vetter2018-10-055-23/+13
* drm/amdgpu: Remove default best_encoder hook from DCDaniel Vetter2018-10-051-7/+7
* drm: Remove defunct dma_buf_kmap stubsChris Wilson2018-10-052-32/+0
* drm: add drm_connector_attach_edid_property()Gerd Hoffmann2018-10-051-3/+20
* video/hdmi: Constify infoframe passed to the pack functionsVille Syrjälä2018-10-031-26/+399
* drm/fsl-dcu: use drm_display_mode_to_videomode to calculate timing parametersSatendra Singh Thakur2018-10-011-18/+14