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

Noralf Trønnes noralf at tronnes.org
Sat Jun 1 09:21:01 UTC 2019


First 4 patches

Noralf Trønnes (4):
  drm/atomic: Move __drm_atomic_helper_disable_plane/set_config()
  drm/fb-helper: Remove drm_fb_helper_crtc
  drm/fb-helper: Prepare to move out commit code
  drm/fb-helper: Move out commit code

 Documentation/gpu/drm-client.rst     |   3 +
 Documentation/gpu/todo.rst           |   3 +
 drivers/gpu/drm/Makefile             |   2 +-
 drivers/gpu/drm/drm_atomic.c         | 168 +++++++++
 drivers/gpu/drm/drm_atomic_helper.c  | 164 ---------
 drivers/gpu/drm/drm_client.c         |  10 +-
 drivers/gpu/drm/drm_client_modeset.c | 392 ++++++++++++++++++++
 drivers/gpu/drm/drm_crtc_internal.h  |   7 +
 drivers/gpu/drm/drm_fb_helper.c      | 511 ++++++---------------------
 include/drm/drm_atomic_helper.h      |   4 -
 include/drm/drm_client.h             |  34 ++
 include/drm/drm_fb_helper.h          |   8 -
 12 files changed, 725 insertions(+), 581 deletions(-)
 create mode 100644 drivers/gpu/drm/drm_client_modeset.c

-- 
2.20.1



More information about the Intel-gfx-trybot mailing list