diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2017-10-17 12:29:18 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2017-10-18 04:15:02 -0400 |
commit | 81a7bd4a3f4497af81694c017b5b91253009f8cb (patch) | |
tree | 1ccf711f37b419a4bbcc16e911ef7876810c260b /Documentation/gpu | |
parent | 505a1b571711a977b7d069dec3c14381521e9683 (diff) |
drm: some KMS todo ideas
Inspired by discussions with Keith and Ville.
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Keith Packard <keithp@keithp.com>
Acked-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20171017162918.8380-1-daniel.vetter@ffwll.ch
Diffstat (limited to 'Documentation/gpu')
-rw-r--r-- | Documentation/gpu/todo.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst index 92ee2f982572..96f8ec7dbe4e 100644 --- a/Documentation/gpu/todo.rst +++ b/Documentation/gpu/todo.rst | |||
@@ -304,6 +304,18 @@ There's a bunch of issues with it: | |||
304 | 304 | ||
305 | Contact: Daniel Vetter | 305 | Contact: Daniel Vetter |
306 | 306 | ||
307 | KMS cleanups | ||
308 | ------------ | ||
309 | |||
310 | Some of these date from the very introduction of KMS in 2008 ... | ||
311 | |||
312 | - drm_mode_config.crtc_idr is misnamed, since it contains all KMS object. Should | ||
313 | be renamed to drm_mode_config.object_idr. | ||
314 | |||
315 | - drm_display_mode doesn't need to be derived from drm_mode_object. That's | ||
316 | leftovers from older (never merged into upstream) KMS designs where modes | ||
317 | where set using their ID, including support to add/remove modes. | ||
318 | |||
307 | Better Testing | 319 | Better Testing |
308 | ============== | 320 | ============== |
309 | 321 | ||