drm/i915: drop ironlake_ prefix from edp panel/backlight functions
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 17 Jan 2014 13:39:48 +0000 (14:39 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 24 Jan 2014 16:22:47 +0000 (17:22 +0100)
commit4be7378004a0bfb75adfacd0a943547e18bfa688
tree70466d7762196a41beebf865be55311726099e22
parentdce56b3c626fb1d533258a624d42a1a3fc17da17
drm/i915: drop ironlake_ prefix from edp panel/backlight functions

They now also work on vlv, which has the regs somewhere else. And
daring a glance into the looking glass it seems like this
functionality will continue to work the same for the next few hardware
platforms.

So it's better to just remove that misleading prefix and have a bit
shorter code for better readability.

The only exceptions are the panel/backlight functions shared with
intel_ddi.c, those get an intel_ prefix.

While at it make the vdd_on/off functions static.

And one straggler was missing the edp_ in the name, so make everything
neatly OCD.

Cc: Paulo Zanoni <paulo.r.zanoni@intel.com>
Cc: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_ddi.c
drivers/gpu/drm/i915/intel_dp.c
drivers/gpu/drm/i915/intel_drv.h
This page took 0.025597 seconds and 5 git commands to generate.