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