Searched refs:xrandr_dirty (Results 1 – 4 of 4) sorted by relevance
300 driver_data->xrandr_dirty = 0; in psb_x11_output_init()447 (driver_data->xrandr_dirty & PSB_NEW_ROTATION)) { in pnw_check_output_method()449 driver_data->xrandr_dirty &= ~PSB_NEW_ROTATION; in pnw_check_output_method()
153 driver_data->xrandr_dirty |= PSB_NEW_EXTVIDEO; in psb_xrandr_hdmi_property()272 driver_data->xrandr_dirty |= PSB_NEW_ROTATION; in psb_xrandr_coordinate_init()287 driver_data->xrandr_dirty |= PSB_NEW_ROTATION; in psb_xrandr_coordinate_init()302 driver_data->xrandr_dirty |= PSB_NEW_ROTATION; in psb_xrandr_coordinate_init()
1222 if (driver_data->xrandr_dirty & PSB_NEW_EXTVIDEO) { in psb_putsurface_coverlay()1231 if (driver_data->xrandr_dirty & PSB_NEW_EXTVIDEO) { in psb_putsurface_coverlay()1245 if (driver_data->xrandr_dirty & PSB_NEW_EXTVIDEO) { in psb_putsurface_coverlay()1261 driver_data->xrandr_dirty &= ~PSB_NEW_EXTVIDEO; in psb_putsurface_coverlay()
326 uint32_t xrandr_dirty; member