summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tinydrm
AgeCommit message (Expand)AuthorLines
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter-2/+2
2019-01-17drm/tinydrm: Use damage helper for dirtyfbNoralf Trønnes-283/+162
2019-01-17drm/tinydrm: Use struct drm_rectNoralf Trønnes-54/+59
2019-01-09drm/tinydrm: do not reply on drmP.h from drm_gem_cma_helper.hSam Ravnborg-0/+17
2018-12-04drm/tinydrm: Use kmemdup rather than duplicating its implementation in repape...YueHaibing-2/+1
2018-11-20drm/tinydrm: Use DRM_GEM_CMA_VMAP_DRIVER_OPSNoralf Trønnes-88/+31
2018-10-30drm/tinydrm: Fix setting of the column/page end addresses.Eric Anholt-2/+2
2018-10-30drm: Add an hx8367d tinydrm driver.Eric Anholt-0/+282
2018-10-30drm/tinydrm: Advertise that we can do only DRM_FORMAT_MOD_LINEAR.Eric Anholt-1/+6
2018-08-07drm/tinydrm: Replace drm_dev_unref with drm_dev_putThomas Zimmermann-3/+3
2018-07-12drm/tinydrm: add backlight dependency for ili9341Arnd Bergmann-0/+1
2018-07-11drm/tinydrm: Fix doc build warningsNoralf Trønnes-0/+2
2018-07-10drm/tinydrm: Use drm_fbdev_generic_setup()Noralf Trønnes-7/+1
2018-06-28Merge tag 'drm-misc-next-2018-06-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-0/+244
2018-06-27drm/tinydrm: new driver for ILI9341 display panelsDavid Lechner-0/+244
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-1/+1
2018-04-30drm/tinydrm/mi0283qt: Always set rotation valueTom Callaway-18/+23
2018-04-24drm: Move simple_display_pipe prepare_fb helper into gem fb helpersDaniel Vetter-22/+6
2018-03-28drm/tinydrm: Make fb_dirty into a lower level hookVille Syrjälä-77/+66
2018-03-28drm/simple-kms-helper: Plumb plane state to the enable hookVille Syrjälä-5/+10
2018-03-27drm/tinydrm: Use gem_free_object_unlockedDaniel Vetter-1/+1
2018-02-28tinydrm: add backlight dependencyArnd Bergmann-0/+2
2018-02-20drm/tinydrm: Call devres version of of_find_backlightMeghana Madhyastha-2/+2
2018-02-20drm/tinydrm: Replace tinydrm_of_find_backlight with of_find_backlightMeghana Madhyastha-44/+4
2018-02-20drm/tinydrm: Convert tinydrm_enable/disable_backlight to backlight_enable/dis...Meghana Madhyastha-57/+2
2018-01-15drm/tinydrm/mipi-dbi: Change reset active timeNoralf Trønnes-1/+1
2018-01-15drm/tinydrm: Embed the mode in tinydrm_connectorNoralf Trønnes-21/+13
2018-01-15drm/tinydrm/mi0283qt: Let the display pipe handle powerNoralf Trønnes-64/+15
2018-01-15drm/tinydrm/mipi-dbi: Add poweron-reset functionsNoralf Trønnes-32/+81
2018-01-15drm/tinydrm/mipi-dbi: Add mipi_dbi_enable_flush()Noralf Trønnes-11/+23
2018-01-15drm/tinydrm/mi0283qt: Remove ili9341.hNoralf Trønnes-2/+26
2018-01-15drm/tinydrm/mi0283qt: Use common include orderNoralf Trønnes-5/+6
2018-01-03drm/tinydrm: add driver for ST7735R panelsDavid Lechner-0/+226
2018-01-03drm/tinydrm: Update ILI9225 compatible stringDavid Lechner-2/+2
2017-12-10drm/tinydrm: Use drm_fb_cma_fbdev_init_with_funcs/fini()Noralf Trønnes-35/+11
2017-12-01drm/tinydrm: add driver for ILI9225 panelsDavid Lechner-0/+479
2017-12-01drm/tinydrm: export mipi_dbi_buf_copy and mipi_dbi_spi_cmd_max_speedDavid Lechner-4/+20
2017-11-30drm/tinydrm: Use drm_mode_config_helper_suspend/resume()Noralf Trønnes-69/+5
2017-11-11drm/tinydrm: Use drm_gem_cma_print_info()Noralf Trønnes-7/+1
2017-10-21drm/tinydrm: Replace list_for_each with list_for_each_entryHarsha Sharma-3/+1
2017-10-13drm/tinydrm: Remove explicit .best_encoder assignmentHaneen Mohammed-1/+0
2017-10-13drm/tinydrm: Replace dev_error with DRM_DEV_ERRORHarsha Sharma-22/+20
2017-10-01drm/tinydrm: Use drm_gem_framebuffer_helperNoralf Trønnes-9/+14
2017-09-16drm/tinydrm: Drop driver registered messageNoralf Trønnes-36/+6
2017-08-16drm/tinydrm: make function st7586_pipe_enable staticColin Ian King-2/+2
2017-08-11drm/tinydrm: add support for LEGO MINDSTORMS EV3 LCDDavid Lechner-0/+439
2017-08-11drm: Document device unplug infrastructureDaniel Vetter-1/+1
2017-08-09drm/tinydrm: Generalize tinydrm_xrgb8888_to_gray8()David Lechner-31/+39
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter-1/+0
2017-08-04drm/tinydrm: remove call to mipi_dbi_init() from mipi_dbi_spi_init()David Lechner-14/+11