Lines Matching defs:base

308 	    ((vpos >= (99 * rdev->mode_info.crtcs[crtc_id]->base.hwmode.crtc_vdisplay)/100) ||
338 list_add_tail(&e->base.link, &e->base.file_priv->event_list);
339 drm_event_wakeup(&e->base);
363 u64 base;
413 ASIC_IS_AVIVO(rdev) ? 0 : 1 << 27, &base);
424 /* crtc offset is from display base addr not FB location */
425 base -= radeon_crtc->legacy_display_base_addr;
430 base &= ~0x7ff;
434 base += tile_addr + ((crtc->x << byteshift) % 256) + ((crtc->y % 8) << 8);
454 base += offset;
456 base &= ~7;
460 work->new_crtc_base = base;
518 drm_crtc_init(dev, &radeon_crtc->base, &radeon_crtc_funcs);
520 drm_mode_crtc_set_gamma_size(&radeon_crtc->base, 256);
525 radeon_crtc->mode_set.crtc = &radeon_crtc->base;
696 struct drm_device *dev = radeon_connector->base.dev;
704 if (radeon_connector_encoder_get_dp_bridge_encoder_id(&radeon_connector->base) !=
709 radeon_connector->edid = drm_get_edid(&radeon_connector->base,
711 } else if ((radeon_connector->base.connector_type == DRM_MODE_CONNECTOR_DisplayPort) ||
712 (radeon_connector->base.connector_type == DRM_MODE_CONNECTOR_eDP)) {
717 radeon_connector->edid = drm_get_edid(&radeon_connector->base,
720 radeon_connector->edid = drm_get_edid(&radeon_connector->base,
724 radeon_connector->edid = drm_get_edid(&radeon_connector->base,
731 if (((radeon_connector->base.connector_type == DRM_MODE_CONNECTOR_LVDS) ||
732 (radeon_connector->base.connector_type == DRM_MODE_CONNECTOR_eDP)))
739 drm_mode_connector_update_edid_property(&radeon_connector->base, radeon_connector->edid);
740 ret = drm_add_edid_modes(&radeon_connector->base, radeon_connector->edid);
743 drm_mode_connector_update_edid_property(&radeon_connector->base, NULL);
1094 ret = drm_framebuffer_init(dev, &rfb->base, &radeon_fb_funcs);
1099 drm_helper_mode_fill_fb_struct(&rfb->base, mode_cmd);
1133 *res = &radeon_fb->base;
1659 vbl_start = rdev->mode_info.crtcs[crtc]->base.hwmode.crtc_vdisplay;
1675 vtotal = rdev->mode_info.crtcs[crtc]->base.hwmode.crtc_vtotal;