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

Noralf Trønnes noralf at tronnes.org
Wed Jun 5 21:58:03 UTC 2019


Patch 3 was fine to my suprise. Adding 1 and 4. Should also pass...
since they don't change anything, just move code. BUT I have tried this
already and it failed...

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

 drivers/gpu/drm/drm_atomic.c         | 168 ++++++++++++++++
 drivers/gpu/drm/drm_atomic_helper.c  | 164 ---------------
 drivers/gpu/drm/drm_client_modeset.c | 288 +++++++++++++++++++++++++++
 drivers/gpu/drm/drm_crtc_internal.h  |   7 +
 drivers/gpu/drm/drm_fb_helper.c      | 254 +----------------------
 include/drm/drm_atomic_helper.h      |   4 -
 include/drm/drm_client.h             |   4 +
 7 files changed, 473 insertions(+), 416 deletions(-)

-- 
2.20.1



More information about the Intel-gfx-trybot mailing list