commit | e143a21c4d60d13dbdad133b7b2c9d9bb2dfb982 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Jul 04 12:01:15 2013 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Jul 05 23:47:08 2013 +0200 |
tree | 9a71ab5bfdbf4e2c92ee907c59ee95c81bcdca04 | |
parent | e8474409d7ab6dac38d4a3a6a365504b302f6c16 [diff] |
drm/i915: explicitly cast pipe -> cpu_transcoder This makes sparse happy and also makes it a bit more obvious where we pull off this trick - after all we're only allowed to do it eithe as a default or on platforms where there is no disdinction between the pipe and the cpu transcoder. Reviewed-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>