summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-24drm/omap: handle incompatible buffer stride and pixel sizeTomi Valkeinen1-0/+8
2015-03-24drm/omap: fix error handling in omap_framebuffer_create()Tomi Valkeinen1-3/+2
2015-03-24drm/omap: fix operation without fbdevTomi Valkeinen1-4/+7
2015-03-24drm/omap: add a comment why locking is missingTomi Valkeinen1-0/+4
2015-03-24drm/omap: add pin refcounting to omap_framebufferTomi Valkeinen1-0/+13
2015-03-24drm/omap: clear omap_obj->paddr in omap_gem_put_paddr()Tomi Valkeinen1-0/+1
2015-03-24drm/omap: page_flip: return -EBUSY if flip pendingTomi Valkeinen1-1/+1
2015-03-24drm/omap: fix encoder-crtc mappingTomi Valkeinen1-4/+3
2015-03-20drm: omapdrm: Reorder CRTC functionsLaurent Pinchart1-190/+206
2015-03-20drm: omapdrm: Planes are already disabled when destroyedLaurent Pinchart1-1/+0
2015-03-20drm: omapdrm: Pass integer source coordinates to omap_plane_mode_set()Laurent Pinchart3-30/+27
2015-03-20drm: omapdrm: Prefix all plane functions with omap_plane_Laurent Pinchart1-9/+10
2015-03-20drm: omapdrm: Avoid function forward declaration in omap_crtc.cLaurent Pinchart1-54/+53
2015-03-20drm: omapdrm: Remove omap_crtc->full_update fieldLaurent Pinchart1-16/+7
2015-03-20drm: omapdrm: Remove manual update display supportLaurent Pinchart5-115/+4
2015-03-20drm: omapdrm: Fix race condition between GO and vblank IRQLaurent Pinchart1-1/+1
2015-03-20drm: omapdrm: Reset the zorder property when disabling a planeLaurent Pinchart1-0/+3
2015-03-20drm: omapdrm: Rename omap_plane_dpms() to omap_plane_set_enable()Laurent Pinchart3-11/+9
2015-03-20drm: omapdrm: Switch to the universal plane APILaurent Pinchart4-39/+46
2015-03-20drm: omapdrm: Remove unused variablesLaurent Pinchart1-7/+2
2015-03-20drm: omapdrm: Refactor CRTC creation codeLaurent Pinchart2-33/+45
2015-03-20drm: omapdrm: Fix indentation of structure and array initializersLaurent Pinchart5-96/+96
2015-03-19Merge branch 'drm_next' of https://github.com/markyzq/kernel-drm-rockchip int...Dave Airlie4-38/+102
2015-03-19Merge tag 'topic/drm-misc-2015-03-18' of git://anongit.freedesktop.org/drm-in...Dave Airlie17-69/+163
2015-03-17drm: check that planes types are correct while initializing CRTCBenjamin Gaignard1-0/+3
2015-03-17drm: change connector to tmp_connectorJohn Hunter1-2/+2
2015-03-17drm: Fix some typo mistake of the annotationsJohn Hunter1-6/+6
2015-03-16drm/rockchip: vop: power off until vop standby take effectMark Yao1-13/+64
2015-03-16drm/rockchip: vop: set vop enabled after enable iommuMark Yao1-4/+7
2015-03-16drm/rockchip: vop use is_enabled instead of dpms modeMark Yao1-16/+18
2015-03-16drm/rockchip: vop: fix vop vsync/hsync polarityMark Yao1-2/+2
2015-03-16drm/rockchip: Only alloc a kmap for fbdev gem objectDaniel Kurtz3-7/+15
2015-03-13drm: Silence sparse warningsVille Syrjälä5-2/+5
2015-03-13drm: %pF is only for function pointersScott Wood1-1/+1
2015-03-12drm/fb: handle tiled connectors betterRob Clark1-3/+23
2015-03-12drm/fb: small cleanupRob Clark1-13/+15
2015-03-12drm/rockchip: use correct fb width/heightRob Clark1-1/+1
2015-03-12drm/exynos: use correct fb width/heightRob Clark1-2/+3
2015-03-12drm/cma: use correct fb width/heightRob Clark1-1/+1
2015-03-12drm/atomic: minor kerneldoc typo fixRob Clark1-1/+1
2015-03-12drm/fb: document drm_fb_helper_surface_sizeRob Clark1-0/+19
2015-03-12drm/dp: Use large transactions for I2C over AUXSimon Farnsworth2-18/+63
2015-03-11drm/plane-helper: Fixup mismergeDaniel Vetter1-5/+6
2015-03-11drm/atomic: Constify a bunch of functions pointer structsVille Syrjälä1-17/+17
2015-03-11Merge tag 'topic/drm-misc-2015-03-10' of git://anongit.freedesktop.org/drm-in...Dave Airlie11-94/+284
2015-03-10drm: Check in setcrtc if the primary plane supports the fb pixel formatLaurent Pinchart3-0/+24
2015-03-10drm: Lighten sysfs connector 'status'Chris Wilson1-8/+53
2015-03-10drm/plane-helper: unexport drm_primary_helper_create_planeDaniel Vetter2-26/+4
2015-03-10drm: Share plane pixel format check code between legacy and atomicLaurent Pinchart3-12/+29
2015-03-10drm: Fix trivial typos in commentsYannick Guerrini2-3/+3