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)
commitb41e434fdc423995b99cb79f86ec7ec428f5f379
treec995c0207aa90d54d2a171527d9debdb67806a85
parent88c90e800675b98008d5ebe5e81245910417a22d
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