Lines Matching refs:pixels_2
27 if (mdev->cursor.pixels_2->pin_count) in mga_hide_cursor()
28 mgag200_bo_unpin(mdev->cursor.pixels_2); in mga_hide_cursor()
40 struct mgag200_bo *pixels_2 = mdev->cursor.pixels_2; in mga_crtc_cursor_set() local
57 if (!pixels_1 || !pixels_2) { in mga_crtc_cursor_set()
70 BUG_ON(pixels_2 != pixels_current && pixels_2 != pixels_prev); in mga_crtc_cursor_set()
88 ret = mgag200_bo_reserve(pixels_2, true); in mga_crtc_cursor_set()
103 if (!pixels_2->pin_count) { in mga_crtc_cursor_set()
104 ret = mgag200_bo_pin(pixels_2, TTM_PL_FLAG_VRAM, in mga_crtc_cursor_set()
229 mdev->cursor.pixels_prev = mdev->cursor.pixels_2; in mga_crtc_cursor_set()
233 mdev->cursor.pixels_current = mdev->cursor.pixels_2; in mga_crtc_cursor_set()
249 mgag200_bo_unreserve(pixels_2); in mga_crtc_cursor_set()