mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 18:04:38 -04:00
drm/i915: pass dev_priv explicitly to DSPCNTR
Avoid the implicit dev_priv local variable use, and pass dev_priv explicitly to the DSPCNTR register macro. Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/d9434a718658d7dc6dba1e8a54f80cd1503d0b33.1716469091.git.jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
@@ -496,7 +496,7 @@ static void i9xx_plane_update_arm(struct intel_plane *plane,
|
||||
* disabled. Try to make the plane enable atomic by writing
|
||||
* the control register just before the surface register.
|
||||
*/
|
||||
intel_de_write_fw(dev_priv, DSPCNTR(i9xx_plane), dspcntr);
|
||||
intel_de_write_fw(dev_priv, DSPCNTR(dev_priv, i9xx_plane), dspcntr);
|
||||
|
||||
if (DISPLAY_VER(dev_priv) >= 4)
|
||||
intel_de_write_fw(dev_priv, DSPSURF(i9xx_plane),
|
||||
@@ -539,7 +539,7 @@ static void i9xx_plane_disable_arm(struct intel_plane *plane,
|
||||
*/
|
||||
dspcntr = i9xx_plane_ctl_crtc(crtc_state);
|
||||
|
||||
intel_de_write_fw(dev_priv, DSPCNTR(i9xx_plane), dspcntr);
|
||||
intel_de_write_fw(dev_priv, DSPCNTR(dev_priv, i9xx_plane), dspcntr);
|
||||
|
||||
if (DISPLAY_VER(dev_priv) >= 4)
|
||||
intel_de_write_fw(dev_priv, DSPSURF(i9xx_plane), 0);
|
||||
@@ -561,7 +561,7 @@ g4x_primary_async_flip(struct intel_plane *plane,
|
||||
if (async_flip)
|
||||
dspcntr |= DISP_ASYNC_FLIP;
|
||||
|
||||
intel_de_write_fw(dev_priv, DSPCNTR(i9xx_plane), dspcntr);
|
||||
intel_de_write_fw(dev_priv, DSPCNTR(dev_priv, i9xx_plane), dspcntr);
|
||||
|
||||
intel_de_write_fw(dev_priv, DSPSURF(i9xx_plane),
|
||||
intel_plane_ggtt_offset(plane_state) + dspaddr_offset);
|
||||
@@ -685,7 +685,7 @@ static bool i9xx_plane_get_hw_state(struct intel_plane *plane,
|
||||
if (!wakeref)
|
||||
return false;
|
||||
|
||||
val = intel_de_read(dev_priv, DSPCNTR(i9xx_plane));
|
||||
val = intel_de_read(dev_priv, DSPCNTR(dev_priv, i9xx_plane));
|
||||
|
||||
ret = val & DISP_ENABLE;
|
||||
|
||||
@@ -1012,7 +1012,7 @@ i9xx_get_initial_plane_config(struct intel_crtc *crtc,
|
||||
|
||||
fb->dev = dev;
|
||||
|
||||
val = intel_de_read(dev_priv, DSPCNTR(i9xx_plane));
|
||||
val = intel_de_read(dev_priv, DSPCNTR(dev_priv, i9xx_plane));
|
||||
|
||||
if (DISPLAY_VER(dev_priv) >= 4) {
|
||||
if (val & DISP_TILED) {
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#define DSPADDR_VLV(dev_priv, plane) _MMIO_PIPE2(dev_priv, plane, _DSPAADDR_VLV)
|
||||
|
||||
#define _DSPACNTR 0x70180
|
||||
#define DSPCNTR(plane) _MMIO_PIPE2(dev_priv, plane, _DSPACNTR)
|
||||
#define DSPCNTR(dev_priv, plane) _MMIO_PIPE2(dev_priv, plane, _DSPACNTR)
|
||||
#define DISP_ENABLE REG_BIT(31)
|
||||
#define DISP_PIPE_GAMMA_ENABLE REG_BIT(30)
|
||||
#define DISP_FORMAT_MASK REG_GENMASK(29, 26)
|
||||
|
||||
@@ -1038,7 +1038,7 @@ static void i9xx_get_config(struct intel_crtc_state *crtc_state)
|
||||
enum i9xx_plane_id i9xx_plane = plane->i9xx_plane;
|
||||
u32 tmp;
|
||||
|
||||
tmp = intel_de_read(dev_priv, DSPCNTR(i9xx_plane));
|
||||
tmp = intel_de_read(dev_priv, DSPCNTR(dev_priv, i9xx_plane));
|
||||
|
||||
if (tmp & DISP_PIPE_GAMMA_ENABLE)
|
||||
crtc_state->gamma_enable = true;
|
||||
|
||||
@@ -8233,11 +8233,11 @@ void i830_disable_pipe(struct drm_i915_private *dev_priv, enum pipe pipe)
|
||||
pipe_name(pipe));
|
||||
|
||||
drm_WARN_ON(&dev_priv->drm,
|
||||
intel_de_read(dev_priv, DSPCNTR(PLANE_A)) & DISP_ENABLE);
|
||||
intel_de_read(dev_priv, DSPCNTR(dev_priv, PLANE_A)) & DISP_ENABLE);
|
||||
drm_WARN_ON(&dev_priv->drm,
|
||||
intel_de_read(dev_priv, DSPCNTR(PLANE_B)) & DISP_ENABLE);
|
||||
intel_de_read(dev_priv, DSPCNTR(dev_priv, PLANE_B)) & DISP_ENABLE);
|
||||
drm_WARN_ON(&dev_priv->drm,
|
||||
intel_de_read(dev_priv, DSPCNTR(PLANE_C)) & DISP_ENABLE);
|
||||
intel_de_read(dev_priv, DSPCNTR(dev_priv, PLANE_C)) & DISP_ENABLE);
|
||||
drm_WARN_ON(&dev_priv->drm,
|
||||
intel_de_read(dev_priv, CURCNTR(dev_priv, PIPE_A)) & MCURSOR_MODE_MASK);
|
||||
drm_WARN_ON(&dev_priv->drm,
|
||||
|
||||
@@ -1315,7 +1315,7 @@ static int gen8_decode_mi_display_flip(struct parser_exec_state *s,
|
||||
info->async_flip = ((dword2 & GENMASK(1, 0)) == 0x1);
|
||||
|
||||
if (info->plane == PLANE_A) {
|
||||
info->ctrl_reg = DSPCNTR(info->pipe);
|
||||
info->ctrl_reg = DSPCNTR(dev_priv, info->pipe);
|
||||
info->stride_reg = DSPSTRIDE(info->pipe);
|
||||
info->surf_reg = DSPSURF(info->pipe);
|
||||
} else if (info->plane == PLANE_B) {
|
||||
@@ -1381,7 +1381,7 @@ static int skl_decode_mi_display_flip(struct parser_exec_state *s,
|
||||
info->surf_val = (dword2 & GENMASK(31, 12)) >> 12;
|
||||
info->async_flip = ((dword2 & GENMASK(1, 0)) == 0x1);
|
||||
|
||||
info->ctrl_reg = DSPCNTR(info->pipe);
|
||||
info->ctrl_reg = DSPCNTR(dev_priv, info->pipe);
|
||||
info->stride_reg = DSPSTRIDE(info->pipe);
|
||||
info->surf_reg = DSPSURF(info->pipe);
|
||||
|
||||
|
||||
@@ -193,7 +193,7 @@ static void emulate_monitor_status_change(struct intel_vgpu *vgpu)
|
||||
for_each_pipe(dev_priv, pipe) {
|
||||
vgpu_vreg_t(vgpu, TRANSCONF(pipe)) &=
|
||||
~(TRANSCONF_ENABLE | TRANSCONF_STATE_ENABLE);
|
||||
vgpu_vreg_t(vgpu, DSPCNTR(pipe)) &= ~DISP_ENABLE;
|
||||
vgpu_vreg_t(vgpu, DSPCNTR(dev_priv, pipe)) &= ~DISP_ENABLE;
|
||||
vgpu_vreg_t(vgpu, SPRCTL(pipe)) &= ~SPRITE_ENABLE;
|
||||
vgpu_vreg_t(vgpu, CURCNTR(dev_priv, pipe)) &= ~MCURSOR_MODE_MASK;
|
||||
vgpu_vreg_t(vgpu, CURCNTR(dev_priv, pipe)) |= MCURSOR_MODE_DISABLE;
|
||||
@@ -504,7 +504,7 @@ static void emulate_monitor_status_change(struct intel_vgpu *vgpu)
|
||||
|
||||
/* Disable Primary/Sprite/Cursor plane */
|
||||
for_each_pipe(dev_priv, pipe) {
|
||||
vgpu_vreg_t(vgpu, DSPCNTR(pipe)) &= ~DISP_ENABLE;
|
||||
vgpu_vreg_t(vgpu, DSPCNTR(dev_priv, pipe)) &= ~DISP_ENABLE;
|
||||
vgpu_vreg_t(vgpu, SPRCTL(pipe)) &= ~SPRITE_ENABLE;
|
||||
vgpu_vreg_t(vgpu, CURCNTR(dev_priv, pipe)) &= ~MCURSOR_MODE_MASK;
|
||||
vgpu_vreg_t(vgpu, CURCNTR(dev_priv, pipe)) |= MCURSOR_MODE_DISABLE;
|
||||
|
||||
@@ -217,7 +217,7 @@ int intel_vgpu_decode_primary_plane(struct intel_vgpu *vgpu,
|
||||
if (pipe >= I915_MAX_PIPES)
|
||||
return -ENODEV;
|
||||
|
||||
val = vgpu_vreg_t(vgpu, DSPCNTR(pipe));
|
||||
val = vgpu_vreg_t(vgpu, DSPCNTR(dev_priv, pipe));
|
||||
plane->enabled = !!(val & DISP_ENABLE);
|
||||
if (!plane->enabled)
|
||||
return -ENODEV;
|
||||
|
||||
@@ -1022,7 +1022,7 @@ static int pri_surf_mmio_write(struct intel_vgpu *vgpu, unsigned int offset,
|
||||
|
||||
vgpu_vreg_t(vgpu, PIPE_FLIPCOUNT_G4X(pipe))++;
|
||||
|
||||
if (vgpu_vreg_t(vgpu, DSPCNTR(pipe)) & PLANE_CTL_ASYNC_FLIP)
|
||||
if (vgpu_vreg_t(vgpu, DSPCNTR(dev_priv, pipe)) & PLANE_CTL_ASYNC_FLIP)
|
||||
intel_vgpu_trigger_virtual_event(vgpu, event);
|
||||
else
|
||||
set_bit(event, vgpu->irq.flip_done_event[pipe]);
|
||||
|
||||
@@ -138,7 +138,8 @@ static void g4x_disable_trickle_feed(struct drm_i915_private *dev_priv)
|
||||
enum pipe pipe;
|
||||
|
||||
for_each_pipe(dev_priv, pipe) {
|
||||
intel_uncore_rmw(&dev_priv->uncore, DSPCNTR(pipe), 0, DISP_TRICKLE_FEED_DISABLE);
|
||||
intel_uncore_rmw(&dev_priv->uncore, DSPCNTR(dev_priv, pipe),
|
||||
0, DISP_TRICKLE_FEED_DISABLE);
|
||||
|
||||
intel_uncore_rmw(&dev_priv->uncore, DSPSURF(pipe), 0, 0);
|
||||
intel_uncore_posting_read(&dev_priv->uncore, DSPSURF(pipe));
|
||||
|
||||
@@ -165,7 +165,7 @@ static int iterate_generic_mmio(struct intel_gvt_mmio_table_iter *iter)
|
||||
MMIO_D(_MMIO(0x70094));
|
||||
MMIO_D(_MMIO(0x70098));
|
||||
MMIO_D(_MMIO(0x7009c));
|
||||
MMIO_D(DSPCNTR(PIPE_A));
|
||||
MMIO_D(DSPCNTR(dev_priv, PIPE_A));
|
||||
MMIO_D(DSPADDR(PIPE_A));
|
||||
MMIO_D(DSPSTRIDE(PIPE_A));
|
||||
MMIO_D(DSPPOS(PIPE_A));
|
||||
@@ -174,7 +174,7 @@ static int iterate_generic_mmio(struct intel_gvt_mmio_table_iter *iter)
|
||||
MMIO_D(DSPOFFSET(PIPE_A));
|
||||
MMIO_D(DSPSURFLIVE(PIPE_A));
|
||||
MMIO_D(REG_50080(PIPE_A, PLANE_PRIMARY));
|
||||
MMIO_D(DSPCNTR(PIPE_B));
|
||||
MMIO_D(DSPCNTR(dev_priv, PIPE_B));
|
||||
MMIO_D(DSPADDR(PIPE_B));
|
||||
MMIO_D(DSPSTRIDE(PIPE_B));
|
||||
MMIO_D(DSPPOS(PIPE_B));
|
||||
@@ -183,7 +183,7 @@ static int iterate_generic_mmio(struct intel_gvt_mmio_table_iter *iter)
|
||||
MMIO_D(DSPOFFSET(PIPE_B));
|
||||
MMIO_D(DSPSURFLIVE(PIPE_B));
|
||||
MMIO_D(REG_50080(PIPE_B, PLANE_PRIMARY));
|
||||
MMIO_D(DSPCNTR(PIPE_C));
|
||||
MMIO_D(DSPCNTR(dev_priv, PIPE_C));
|
||||
MMIO_D(DSPADDR(PIPE_C));
|
||||
MMIO_D(DSPSTRIDE(PIPE_C));
|
||||
MMIO_D(DSPPOS(PIPE_C));
|
||||
|
||||
Reference in New Issue
Block a user