summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tve200
AgeCommit message (Expand)AuthorFilesLines
2018-11-24drm: replace "drm_dev_unref" function with "drm_dev_put"Fernando Ramos1-2/+2
2018-09-25drm/tve200: Use drm_fbdev_generic_setup()Noralf Trønnes1-8/+6
2018-04-24drm/tve200: Use simple_display_pipe prepare_fb helperDaniel Vetter1-7/+1
2018-03-28drm/simple-kms-helper: Plumb plane state to the enable hookVille Syrjälä1-1/+2
2018-02-22drm/tve200: Do not use deprecated drm_driver.{enable|disable)_vblankOleksandr Andrushchenko3-7/+8
2017-12-08drm/tve200: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes2-13/+4
2017-10-01drm/tve200: Use drm_gem_fb_create() and drm_gem_fb_prepare_fb()Noralf Trønnes2-2/+4
2017-10-01drm/tve200: Check for IS_ERR instead of NULL in probeDan Carpenter1-1/+1
2017-10-01drm/tve200: make two functions staticColin Ian King1-2/+2
2017-09-11drm/tve200: Clean up panel bridgingLinus Walleij3-21/+13
2017-09-02drm/tve200: Replace custom connector with panel bridgeLinus Walleij6-163/+59
2017-08-30drm/tve200: Pass NULL format_modifier to drm_simple_display_pipe_initRodrigo Vivi1-0/+1
2017-08-23drm/tve200: Add new driver for TVE200Linus Walleij6-0/+896