]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commit
drm/i915: Add code comment on assumption of pipe==transcoder
authorImre Deak <imre.deak@intel.com>
Tue, 20 Nov 2018 09:23:25 +0000 (11:23 +0200)
committerImre Deak <imre.deak@intel.com>
Wed, 21 Nov 2018 11:38:27 +0000 (13:38 +0200)
commit8f78df90d84acd7a0b22c2b44a258421063a972f
treeb89370872b43af7a9c31a984ccea524028aa33db
parentc0871805ce1c716889c02450e507b420cb5e6d26
drm/i915: Add code comment on assumption of pipe==transcoder

Add a comment to the pipe and transcoder enum definitions about our
assumption in the code about enum values for pipes and transcoders
with a 1:1 transcoder -> pipe mapping.

v2:
- Clarify more what are the assumptions about the enum values. (Ville)
v3: (Lucas)
- s/->/ -> / so it looks less like pointer dereferencing.
- Use pipe enums as initializers in the transcoder enum definition.

Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: Mika Kahola <mika.kahola@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> (v2)
Link: https://patchwork.freedesktop.org/patch/msgid/20181120092325.21249-3-imre.deak@intel.com
drivers/gpu/drm/i915/intel_display.h