]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Add comments about fixed pipe->transcoder/PLL mapping
authorImre Deak <imre.deak@intel.com>
Thu, 12 May 2016 13:18:50 +0000 (16:18 +0300)
committerImre Deak <imre.deak@intel.com>
Fri, 13 May 2016 12:17:58 +0000 (15:17 +0300)
commit14c5550f8e9ba74308a333beca3537885e49c062
tree36d82695f2395d9edb8cf4e4981f0be756150328
parent2d7c2dfa7f1fbc0897527c03111d81a232b4ffb6
drm/i915: Add comments about fixed pipe->transcoder/PLL mapping

Code checkers may complain about the explicit casts between different
enum types, so add comments for known-valid cases to help future
triaging of such complaints.

v2:
- Make the comments more logical (Ville).

Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1463059132-1720-3-git-send-email-imre.deak@intel.com
drivers/gpu/drm/i915/intel_display.c