Searched defs:pixels_2 (Results 1 - 2 of 2) sorted by relevance

/drivers/gpu/drm/mgag200/
H A Dmgag200_cursor.c27 if (mdev->cursor.pixels_2->pin_count)
28 mgag200_bo_unpin(mdev->cursor.pixels_2);
40 struct mgag200_bo *pixels_2 = mdev->cursor.pixels_2; local
57 if (!pixels_1 || !pixels_2) {
70 BUG_ON(pixels_2 != pixels_current && pixels_2 != pixels_prev);
79 ret = mgag200_bo_reserve(pixels_2, true);
100 if (!pixels_2->pin_count) {
101 ret = mgag200_bo_pin(pixels_2, TTM_PL_FLAG_VRA
[all...]
H A Dmgag200_drv.h162 struct mgag200_bo *pixels_2; member in struct:mga_cursor
164 /* The currently displayed icon, this points to one of pixels_1, or pixels_2 */

Completed in 46 milliseconds