Searched refs:pixels_1 (Results 1 – 3 of 3) sorted by relevance
25 if (mdev->cursor.pixels_1->pin_count) in mga_hide_cursor()26 mgag200_bo_unpin(mdev->cursor.pixels_1); in mga_hide_cursor()39 struct mgag200_bo *pixels_1 = mdev->cursor.pixels_1; in mga_crtc_cursor_set() local57 if (!pixels_1 || !pixels_2) { in mga_crtc_cursor_set()69 BUG_ON(pixels_1 != pixels_current && pixels_1 != pixels_prev); in mga_crtc_cursor_set()73 ret = mgag200_bo_reserve(pixels_1, true); in mga_crtc_cursor_set()83 mgag200_bo_unreserve(pixels_1); in mga_crtc_cursor_set()94 if (!pixels_1->pin_count) { in mga_crtc_cursor_set()95 ret = mgag200_bo_pin(pixels_1, TTM_PL_FLAG_VRAM, in mga_crtc_cursor_set()104 mgag200_bo_unpin(pixels_1); in mga_crtc_cursor_set()[all …]
236 &mdev->cursor.pixels_1); in mgag200_driver_load()239 if (!mdev->cursor.pixels_2 || !mdev->cursor.pixels_1) in mgag200_driver_load()241 mdev->cursor.pixels_current = mdev->cursor.pixels_1; in mgag200_driver_load()245 mdev->cursor.pixels_1 = NULL; in mgag200_driver_load()
161 struct mgag200_bo *pixels_1; member