]> 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)
commit4d56ad5d3739555e1f91fededf337ef9798e4f14
tree36d82695f2395d9edb8cf4e4981f0be756150328
parent17dd695a63f2e5d63646db9df867d474512c54ab
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