[PATCH v2 0/1] BISECT: drm/fb-helper: Move modesetting code to drm_client

Noralf Trønnes noralf at tronnes.org
Sun Jun 2 10:50:44 UTC 2019


1 patch

Noralf Trønnes (1):
  drm/fb-helper: Remove drm_fb_helper_crtc

 Documentation/gpu/drm-client.rst     |   3 +
 Documentation/gpu/todo.rst           |   3 +
 drivers/gpu/drm/Makefile             |   2 +-
 drivers/gpu/drm/drm_client.c         |  10 +-
 drivers/gpu/drm/drm_client_modeset.c | 104 +++++++++
 drivers/gpu/drm/drm_fb_helper.c      | 301 +++++++++++----------------
 include/drm/drm_client.h             |  30 +++
 include/drm/drm_fb_helper.h          |   8 -
 8 files changed, 274 insertions(+), 187 deletions(-)
 create mode 100644 drivers/gpu/drm/drm_client_modeset.c

-- 
2.20.1



More information about the Intel-gfx-trybot mailing list