cursor_needs_phys  593 drivers/gpu/drm/gma500/cdv_device.c 	.cursor_needs_phys = 0,
cursor_needs_phys  385 drivers/gpu/drm/gma500/gma_display.c 	if (dev_priv->ops->cursor_needs_phys) {
cursor_needs_phys  524 drivers/gpu/drm/gma500/mdfld_device.c 	.cursor_needs_phys = 0,
cursor_needs_phys  545 drivers/gpu/drm/gma500/oaktrail_device.c 	.cursor_needs_phys = 0,
cursor_needs_phys  327 drivers/gpu/drm/gma500/psb_device.c 	.cursor_needs_phys = 1,
cursor_needs_phys  623 drivers/gpu/drm/gma500/psb_drv.h 	int cursor_needs_phys;  /* If cursor base reg need physical address */
cursor_needs_phys  455 drivers/gpu/drm/gma500/psb_intel_display.c 	if (dev_priv->ops->cursor_needs_phys) {