summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-03-29drm: Use srcu to protect drm_device.unpluggedNoralf Trønnes1-5/+49
2018-03-28drm: add parameter explanation for some gem dmabuf_opsSamuel Li1-0/+13
2018-03-28drm/tinydrm: Make fb_dirty into a lower level hookVille Syrjälä8-77/+66
2018-03-28drm/simple-kms-helper: Plumb plane state to the enable hookVille Syrjälä9-9/+19
2018-03-28drm/udl: Get rid of dev->struct_mutex usageDaniel Vetter5-5/+11
2018-03-28drm/rockchip: fixup comment for gem_free_object_unlockedDaniel Vetter1-2/+2
2018-03-28staging/vboxvideo: Use gem_free_object_unlockedDaniel Vetter1-1/+1
2018-03-28drm/omap: Use normalized zpos for plane placementPeter Ujfalusi2-1/+4
2018-03-28drm: rcar-du: Let core take care of normalizing the zposPeter Ujfalusi1-9/+2
2018-03-28drm/sti: Let core take care of normalizing the zposPeter Ujfalusi1-21/+3
2018-03-28drm/tegra: Let core take care of normalizing the zposPeter Ujfalusi1-17/+4
2018-03-28drm/exynos: Let core take care of normalizing the zposPeter Ujfalusi3-22/+3
2018-03-28drm: Add drm_mode_config->normalize_zpos booleanPeter Ujfalusi1-0/+11
2018-03-28drm/dp/mst: Fix off-by-one typo when dump payload tableAndy Shevchenko1-4/+5
2018-03-27drm/tinydrm: Use gem_free_object_unlockedDaniel Vetter1-1/+1
2018-03-26drm/scdc-helper: Convert errors into debug messagesVille Syrjälä1-5/+5
2018-03-26drm/gem: Document that handle_create must be the last stepDaniel Vetter1-3/+6
2018-03-26gpu: drm: nouveau: Use list_{next/prev}_entry instead of list_entryArushi Singhal1-1/+1
2018-03-26gpu: drm/lease:: Use list_{next/prev}_entry instead of list_entryArushi Singhal1-1/+1
2018-03-21Merge airlied/drm-next into drm-misc-nextSean Paul742-33314/+67874
2018-03-21drm/qxl: Replace drm_gem_object_reference/unreference() with _get/put()Santha Meena Ramamoorthy6-12/+12
2018-03-21Merge tag 'omapdrm-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tom...Dave Airlie54-3831/+4276
2018-03-21Merge tag 'drm-msm-next-2018-03-20' of git://people.freedesktop.org/~robclark...Dave Airlie71-241/+1858
2018-03-21Merge tag 'drm/tegra/for-4.17-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie10-114/+280
2018-03-21Merge branch 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-...Dave Airlie7-77/+189
2018-03-20drm/meson: Fix potential NULL dereference in meson_drv_bind_master()Wei Yongjun1-0/+4
2018-03-19drm/sun4i: backend: Support YUV planesMaxime Ripard3-0/+119
2018-03-19drm/sun4i: backend: Check that we only have a single YUV planeMaxime Ripard2-2/+48
2018-03-19drm/sun4i: Add driver support for A80 display pipelineChen-Yu Tsai3-2/+18
2018-03-19drm/sun4i: Add support for A80 TCONsChen-Yu Tsai2-0/+28
2018-03-19drm: Reduce object size of DRM_DEV_<LEVEL> usesJoe Perches1-9/+28
2018-03-19drm: dma_bufs: Fixed checkpatch issuesPaul McQuade1-8/+8
2018-03-19drm/msm: fix building without debugfsArnd Bergmann1-0/+2
2018-03-19drm/msm/mdp5: don't pre-reserve LM's if no dual-dsiRob Clark1-1/+5
2018-03-19drm/msm/mdp5: add missing LM flush bitsRob Clark1-0/+2
2018-03-19drm/msm/mdp5: print a bit more of the atomic stateRob Clark1-0/+5
2018-03-19drm/msm/mdp5: rework CTL START signal handlingRob Clark7-44/+35
2018-03-19drm/msm: Trigger fence completion from GPUBjorn Andersson3-16/+4
2018-03-19drm/msm/dsi: fix direct caller of msm_gem_free_object()Rob Clark2-3/+2
2018-03-19drm/msm: strip out msm_fence_cbRob Clark2-3/+0
2018-03-19drm/msm: rename mdp->dispRob Clark35-25/+25
2018-03-19drm/msm/dsi: Fix potential NULL pointer dereference in msm_dsi_modeset_initGustavo A. R. Silva1-1/+2
2018-03-19drm/msm/adreno/a5xx_debugfs: fix potential NULL pointer dereferenceGustavo A. R. Silva1-1/+3
2018-03-17drm/tegra: prime: Implement ->{begin,end}_cpu_access()Thierry Reding1-0/+30
2018-03-17drm/tegra: gem: Map pages via the DMA APIThierry Reding1-16/+16
2018-03-17drm/tegra: hub: Use private object for global stateThierry Reding5-80/+123
2018-03-16drm/vc4_validate: Remove VLA usageGustavo A. R. Silva1-1/+1
2018-03-16amdgpu/dm: Default PRE_VEGA ASIC support to 'y'Harry Wentland1-1/+1
2018-03-16drm/amd/pp: Remove the cgs wrapper for notify smu version on APURex Zhu3-12/+5
2018-03-16drm/amd/display: fix dereferencing possible ERR_PTR()Shirish S1-0/+3