commit | 722525481a058829f0bae0ec3aab96370f9ab455 | [log] [tgz] |
---|---|---|
author | Jesse Barnes <jbarnes@virtuousgeek.org> | Mon Nov 07 12:03:18 2011 -0800 |
committer | Dave Airlie <airlied@redhat.com> | Tue Dec 06 10:23:31 2011 +0000 |
tree | a0cc8a1c62905c49ecf0f34e053f78718e4ec525 | |
parent | db3e44996f23a2a7e826ede2dd9cb1571687a60f [diff] |
drm: remove unused fields in drm_connector and document the rest We never used initial_x/y or the force_encoder_id, so drop those fields and proide a basic description of the others. Really, the ELD bits belong in drm_display_info rather than directly in the connector, but that's a separate cleanup. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Reviewed-by: Alex Deucher <alexdeucher@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>