Searched refs:disp_a_stride (Results 1 – 2 of 2) sorted by relevance
619 hw->disp_a_stride = INREG(DSPASTRIDE); in intelfbhw_read_hw_state()842 printk(" DSPASTRIDE: 0x%08x\n", hw->disp_a_stride); in intelfbhw_print_hw_state()1248 hw->disp_a_stride = dinfo->pitch; in intelfbhw_mode_to_hw()1249 DBG_MSG("pitch is %d\n", hw->disp_a_stride); in intelfbhw_mode_to_hw()1251 hw->disp_a_base = hw->disp_a_stride * var->yoffset + in intelfbhw_mode_to_hw()1259 if (hw->disp_a_stride % stride_alignment != 0) { in intelfbhw_mode_to_hw()1261 hw->disp_a_stride, stride_alignment); in intelfbhw_mode_to_hw()1467 OUTREG(DSPASTRIDE, hw->disp_a_stride); in intelfbhw_program_mode()
222 u32 disp_a_stride; member