hwindex 365 drivers/gpu/drm/rcar-du/rcar_du_crtc.c unsigned int index = to_rcar_plane_state(state)->hwindex; hwindex 1127 drivers/gpu/drm/rcar-du/rcar_du_crtc.c unsigned int hwindex) hwindex 1147 drivers/gpu/drm/rcar-du/rcar_du_crtc.c sprintf(clk_name, "du.%u", hwindex); hwindex 1155 drivers/gpu/drm/rcar-du/rcar_du_crtc.c dev_err(rcdu->dev, "no clock for DU channel %u\n", hwindex); hwindex 1159 drivers/gpu/drm/rcar-du/rcar_du_crtc.c sprintf(clk_name, "dclkin.%u", hwindex); hwindex 1165 drivers/gpu/drm/rcar-du/rcar_du_crtc.c } else if (rcdu->info->dpll_mask & BIT(hwindex)) { hwindex 1171 drivers/gpu/drm/rcar-du/rcar_du_crtc.c dev_err(rcdu->dev, "can't get dclkin.%u: %d\n", hwindex, ret); hwindex 1181 drivers/gpu/drm/rcar-du/rcar_du_crtc.c rcrtc->mmio_offset = mmio_offsets[hwindex]; hwindex 1182 drivers/gpu/drm/rcar-du/rcar_du_crtc.c rcrtc->index = hwindex; hwindex 106 drivers/gpu/drm/rcar-du/rcar_du_crtc.h unsigned int hwindex); hwindex 629 drivers/gpu/drm/rcar-du/rcar_du_kms.c unsigned int hwindex; hwindex 708 drivers/gpu/drm/rcar-du/rcar_du_kms.c for (swindex = 0, hwindex = 0; swindex < rcdu->num_crtcs; ++hwindex) { hwindex 712 drivers/gpu/drm/rcar-du/rcar_du_kms.c if (!(rcdu->info->channels_mask & BIT(hwindex))) hwindex 715 drivers/gpu/drm/rcar-du/rcar_du_kms.c rgrp = &rcdu->groups[hwindex / 2]; hwindex 717 drivers/gpu/drm/rcar-du/rcar_du_kms.c ret = rcar_du_crtc_create(rgrp, swindex++, hwindex); hwindex 73 drivers/gpu/drm/rcar-du/rcar_du_plane.c if (state->hwindex == -1) hwindex 76 drivers/gpu/drm/rcar-du/rcar_du_plane.c mask = 1 << state->hwindex; hwindex 78 drivers/gpu/drm/rcar-du/rcar_du_plane.c mask |= 1 << ((state->hwindex + 1) % 8); hwindex 166 drivers/gpu/drm/rcar-du/rcar_du_plane.c new_plane_state->hwindex = -1; hwindex 182 drivers/gpu/drm/rcar-du/rcar_du_plane.c new_plane_state->hwindex = -1; hwindex 240 drivers/gpu/drm/rcar-du/rcar_du_plane.c new_plane_state->hwindex); hwindex 300 drivers/gpu/drm/rcar-du/rcar_du_plane.c new_plane_state->hwindex = idx; hwindex 333 drivers/gpu/drm/rcar-du/rcar_du_plane.c unsigned int index = state->hwindex; hwindex 481 drivers/gpu/drm/rcar-du/rcar_du_plane.c if (state->hwindex != index) { hwindex 547 drivers/gpu/drm/rcar-du/rcar_du_plane.c rcar_du_plane_setup_format(rgrp, state->hwindex, state); hwindex 549 drivers/gpu/drm/rcar-du/rcar_du_plane.c rcar_du_plane_setup_format(rgrp, (state->hwindex + 1) % 8, hwindex 691 drivers/gpu/drm/rcar-du/rcar_du_plane.c state->hwindex = -1; hwindex 54 drivers/gpu/drm/rcar-du/rcar_du_plane.h int hwindex; hwindex 78 drivers/gpu/drm/rcar-du/rcar_du_vsp.c state.hwindex = (crtc->index % 2) ? 2 : 0; hwindex 80 drivers/gpu/drm/rcar-du/rcar_du_vsp.c state.hwindex = crtc->index % 2;