[PATCH v2 0/6] drm/tinydrm: Cleanup
Noralf Trønnes
noralf at tronnes.org
Sun Jan 7 17:43:59 UTC 2018
Fix a few things that came up during the tinydrm review but wasn't
addressed at the time.
Noralf.
Changes since version 1:
- Add mipi_dbi_enable_flush() instead of the pipe enable helper
mipi_dbi_pipe_enable() that doesn't really fit anymore.
- Add common poweron-reset functionality.
- Use drm_mode_copy() instead of direct assignment
Noralf Trønnes (6):
drm/tinydrm/mi0283qt: Use common include order
drm/tinydrm/mi0283qt: Remove ili9341.h
drm/tinydrm/mipi-dbi: Add mipi_dbi_enable_flush()
drm/tinydrm/mipi-dbi: Add poweron-reset functions
drm/tinydrm/mi0283qt: Let the display pipe handle power
drm/tinydrm: Embed the mode in tinydrm_connector
drivers/gpu/drm/tinydrm/core/tinydrm-pipe.c | 34 ++++-----
drivers/gpu/drm/tinydrm/ili9225.c | 6 +-
drivers/gpu/drm/tinydrm/mi0283qt.c | 104 ++++++++++++----------------
drivers/gpu/drm/tinydrm/mipi-dbi.c | 97 +++++++++++++++++++++-----
drivers/gpu/drm/tinydrm/st7586.c | 15 ++--
drivers/gpu/drm/tinydrm/st7735r.c | 10 +--
include/drm/tinydrm/ili9341.h | 54 ---------------
include/drm/tinydrm/mipi-dbi.h | 5 +-
8 files changed, 147 insertions(+), 178 deletions(-)
delete mode 100644 include/drm/tinydrm/ili9341.h
--
2.14.2
More information about the dri-devel
mailing list