]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: make new intel_tc.c use uncore accessors
authorLucas De Marchi <lucas.demarchi@intel.com>
Mon, 8 Jul 2019 17:28:12 +0000 (10:28 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Wed, 10 Jul 2019 17:30:13 +0000 (10:30 -0700)
commit48f2d6b2b378a64394ed75012d76cc6a19837a8a
treec995c0207aa90d54d2a171527d9debdb67806a85
parent1da80b00c5a2abb4d0f60db5b90dd790e9ac7b08
drm/i915: make new intel_tc.c use uncore accessors

Let's make the just created intel_tc.c already follow the trend of using
i915 instead of dev_priv and calling the intel_uncore_*() functions.

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190708172815.6814-2-lucas.demarchi@intel.com
drivers/gpu/drm/i915/display/intel_tc.c