summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
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-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-17drm/selftest: Refactor drm mode setting selftestsDeepak Rawat5-22/+54
2018-10-17drm/bufs: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+3
2018-10-17drm: fix missing doc v2Chunming Zhou1-0/+1
2018-10-16drm/rockchip: psr: do not dereference encoder before it is null checked.Enric Balletbo i Serra1-1/+3
2018-10-16drm: add flags to drm_syncobj_find_fenceChunming Zhou4-6/+6
2018-10-16drm: Shift * to be adjacent to pointer nameMamta Shukla1-5/+5
2018-10-15drm/v3d: Skip debugfs dumping GCA on platforms without GCA.Eric Anholt1-4/+7
2018-10-15drm/v3d: Add a little debugfs entry for measuring the core clock.Eric Anholt2-0/+65
2018-10-15drm/v3d: Fix a use-after-free race accessing the scheduler's fences.Eric Anholt2-2/+11
2018-10-11drm: Do not call drm_dp_cec_set_edid() while registering DP connectorsJosé Roberto de Souza1-2/+0
2018-10-11drm: Use PTR_ERR_OR_ZERO in drm_fb_cma_fbdev_init()YueHaibing1-4/+1
2018-10-08drm/sun4i: tcon: prevent tcon->panel dereference if NULLGiulio Benetti1-1/+2
2018-10-08drm/sun4i: tcon: fix check of tcon->panel null pointerGiulio Benetti3-5/+5
2018-10-05drm: Unexport drm_plane_helper_check_updateDaniel Vetter1-38/+11
2018-10-05drm/vmwgfx: Fix vmw_du_cursor_plane_atomic_checkThomas Hellstrom1-12/+12
2018-10-05drm: Unexport primary plane helpersDaniel Vetter2-74/+26
2018-10-05drm/doc: fix drm_driver_legacy_fb_formatDaniel Vetter1-3/+3
2018-10-05drm: Remove transitional helpersDaniel Vetter2-312/+0
2018-10-05drm/zte: Use drm_atomic_helper_shutdownDaniel Vetter2-1/+1
2018-10-05drm/vc4: Use drm_atomic_helper_shutdownDaniel Vetter2-1/+3
2018-10-05drm/sti: Use drm_atomic_helper_shutdownDaniel Vetter4-6/+3
2018-10-05drm/msm: Use drm_atomic_helper_shutdownDaniel Vetter4-4/+1
2018-10-05drm/arcpgu: Use drm_atomic_helper_shutdownDaniel Vetter2-1/+1
2018-10-05drm/atmel: Drop transitional hooksDaniel Vetter1-2/+0
2018-10-05drm/arcpgu: Drop transitional hooksDaniel Vetter1-2/+0
2018-10-05drm: Extract drm_atomic_state_helper.[hc]Daniel Vetter3-567/+603
2018-10-05drm/atomic-helper: Unexport drm_atomic_helper_best_encoderDaniel Vetter5-23/+13
2018-10-05drm/amdgpu: Remove default best_encoder hook from DCDaniel Vetter1-7/+7
2018-10-05drm: Remove defunct dma_buf_kmap stubsChris Wilson2-32/+0
2018-10-05drm: add drm_connector_attach_edid_property()Gerd Hoffmann1-3/+20
2018-10-01drm/fsl-dcu: use drm_display_mode_to_videomode to calculate timing parametersSatendra Singh Thakur1-18/+14
2018-10-01drm/fsl-dcu: drop unused drm_crtc_index()Stefan Agner1-2/+1