HomeSort by: relevance | last modified time | path
    Searched refs:pRADEONEnt (Results 1 - 25 of 29) sorted by relevancy

1 2

  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_crtc.c 75 RADEONEntPtr pRADEONEnt = RADEONEntPriv(crtc->scrn);
76 xf86CrtcPtr crtc0 = pRADEONEnt->pCrtc[0];
845 RADEONEntPtr pRADEONEnt = RADEONEntPriv(pScrn);
856 if (pRADEONEnt->Controller[0])
859 pRADEONEnt->pCrtc[0] = xf86CrtcCreate(pScrn, &radeon_crtc_funcs);
860 if (!pRADEONEnt->pCrtc[0])
863 pRADEONEnt->Controller[0] = xnfcalloc(sizeof(RADEONCrtcPrivateRec), 1);
864 if (!pRADEONEnt->Controller[0])
867 pRADEONEnt->pCrtc[0]->driver_private = pRADEONEnt->Controller[0]
    [all...]
radeon_probe.c 201 * Radeon, need to use pRADEONEnt for new monitor detection routines.
205 RADEONEntPtr pRADEONEnt;
219 pRADEONEnt = pPriv->ptr;
220 pRADEONEnt->HasSecondary = FALSE;
222 pRADEONEnt = pPriv->ptr;
223 pRADEONEnt->HasSecondary = TRUE;
radeon_kms.c 436 RADEONEntPtr pRADEONEnt = RADEONEntPriv(pScrn);
442 if (pRADEONEnt->fd) {
446 info->dri2.drm_fd = pRADEONEnt->fd;
487 pRADEONEnt->fd = info->dri2.drm_fd;
612 RADEONEntPtr pRADEONEnt;
633 pRADEONEnt = pPriv->ptr;
640 pRADEONEnt->pSecondaryScrn = pScrn;
646 pRADEONEnt->pPrimaryScrn = pScrn;
647 pRADEONEnt->HasSecondary = FALSE;
751 pRADEONEnt->HasCRTC2 = FALSE
    [all...]
radeon_pm.c 173 RADEONEntPtr pRADEONEnt = RADEONEntPriv(pScrn);
178 if (!pRADEONEnt->HasCRTC2) {
412 if ( !pRADEONEnt->HasCRTC2 ) {
519 if ( !pRADEONEnt->HasCRTC2 ) {
877 RADEONEntPtr pRADEONEnt = RADEONEntPriv(pScrn);
879 if ((!pRADEONEnt->Controller[0]->enabled) &&
880 (!pRADEONEnt->Controller[1]->enabled))
atombios_crtc.c 1044 RADEONEntPtr pRADEONEnt = RADEONEntPriv(pScrn);
1069 if (pRADEONEnt->pCrtc[1]->enabled)
1071 if (pRADEONEnt->pCrtc[0]->enabled)
1194 //RADEONCrtcPrivatePtr radeon_crtc = pRADEONEnt->Controller[i];
1206 Bool d1_scale_en = pRADEONEnt->Controller[0]->scaler_enabled;
1207 Bool d2_scale_en = pRADEONEnt->Controller[1]->scaler_enabled;
1209 float vsc1 = pRADEONEnt->Controller[0]->vsc;
1210 float hsc1 = pRADEONEnt->Controller[0]->hsc;
1212 float vsc2 = pRADEONEnt->Controller[1]->vsc;
1213 float hsc2 = pRADEONEnt->Controller[1]->hsc
    [all...]
radeon_cursor.c 255 RADEONEntPtr pRADEONEnt = RADEONEntPriv(pScrn);
277 if (pRADEONEnt->Controller[0]->enabled &&
278 pRADEONEnt->Controller[1]->enabled) {
radeon_driver.c 415 RADEONEntPtr pRADEONEnt = RADEONEntPriv(pScrn);
417 if (pRADEONEnt->MMIO) {
418 pRADEONEnt->MMIO_cnt++;
419 info->MMIO = pRADEONEnt->MMIO;
450 pRADEONEnt->MMIO = info->MMIO;
451 pRADEONEnt->MMIO_cnt = 1;
461 RADEONEntPtr pRADEONEnt = RADEONEntPriv(pScrn);
464 if (--pRADEONEnt->MMIO_cnt != 0) {
475 pRADEONEnt->MMIO = NULL;
487 RADEONEntPtr pRADEONEnt = RADEONEntPriv(pScrn)
    [all...]
legacy_crtc.c 65 RADEONEntPtr pRADEONEnt = RADEONEntPriv(pScrn);
96 if (pRADEONEnt->HasCRTC2 &&
670 RADEONEntPtr pRADEONEnt = RADEONEntPriv(crtc->scrn);
671 unsigned char *RADEONMMIO = pRADEONEnt->MMIO;
1375 RADEONEntPtr pRADEONEnt = RADEONEntPriv(pScrn);
1408 if (pRADEONEnt->pCrtc[1]->enabled)
1410 if (pRADEONEnt->pCrtc[0]->enabled)
radeon_dri2.c 1317 RADEONEntPtr pRADEONEnt = RADEONEntPriv(pScrn);
1387 if (pRADEONEnt->dri2_info_cnt == 0) {
1407 pRADEONEnt->dri2_info_cnt++;
1420 RADEONEntPtr pRADEONEnt = RADEONEntPriv(pScrn);
1422 if (--pRADEONEnt->dri2_info_cnt == 0)
legacy_output.c 288 RADEONEntPtr pRADEONEnt = RADEONEntPriv(pScrn);
305 if (!pRADEONEnt->HasCRTC2)
1113 RADEONEntPtr pRADEONEnt = RADEONEntPriv(pScrn);
1149 if (IS_R300_VARIANT || (info->ChipFamily == CHIP_FAMILY_R200) || !pRADEONEnt->HasCRTC2)
radeon_bios.c 103 RADEONEntPtr pRADEONEnt = RADEONEntPriv(pScrn);
279 if (pRADEONEnt->HasCRTC2)
295 if (pRADEONEnt->HasCRTC2)
314 if (pRADEONEnt->HasCRTC2)
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_dri3.c 47 RADEONEntPtr pRADEONEnt = RADEONEntPriv(scrn);
81 if (drmAuthMagic(pRADEONEnt->fd, magic) < 0) {
93 RADEONEntPtr pRADEONEnt = RADEONEntPriv(scrn);
96 fd = open(pRADEONEnt->render_node, O_RDWR | O_CLOEXEC);
108 RADEONEntPtr pRADEONEnt = RADEONEntPriv(scrn);
111 if (pRADEONEnt->render_node)
271 RADEONEntPtr pRADEONEnt = RADEONEntPriv(scrn);
273 pRADEONEnt->render_node = drmGetRenderDeviceNameFromFd(pRADEONEnt->fd);
radeon_kms.c 198 RADEONEntPtr pRADEONEnt;
207 pRADEONEnt = pPriv->ptr;
224 pRADEONEnt->scrn[info->instance_id] = NULL;
225 pRADEONEnt->num_scrns--;
230 if (pRADEONEnt->fd > 0) {
232 RADEONEntPtr pRADEONEnt;
236 pRADEONEnt = pPriv->ptr;
237 pRADEONEnt->fd_ref--;
238 if (!pRADEONEnt->fd_ref) {
240 if (!(pRADEONEnt->platform_dev &
    [all...]
drmmode_display.c 224 RADEONEntPtr pRADEONEnt = RADEONEntPriv(scrn);
237 if (drmWaitVBlank(pRADEONEnt->fd, &vbl) != 0)
297 RADEONEntPtr pRADEONEnt = RADEONEntPriv(scrn);
337 ret = drmmode_get_current_ust(pRADEONEnt->fd, &ust);
358 RADEONEntPtr pRADEONEnt = RADEONEntPriv(crtc->scrn);
363 drmModeSetCrtc(pRADEONEnt->fd, drmmode_crtc->mode_crtc->crtc_id,
365 drmmode_fb_reference(pRADEONEnt->fd, &drmmode_crtc->fb, NULL);
375 RADEONEntPtr pRADEONEnt = RADEONEntPriv(pScrn);
385 fbcon = drmModeGetFB(pRADEONEnt->fd, fbcon_id);
395 if (ioctl(pRADEONEnt->fd, DRM_IOCTL_GEM_FLINK, &flink) < 0)
    [all...]
radeon_probe.c 155 * Radeon, need to use pRADEONEnt for new monitor detection routines.
250 * Radeon, need to use pRADEONEnt for new monitor detection routines.
254 RADEONEntPtr pRADEONEnt;
268 pRADEONEnt = pPriv->ptr;
270 pRADEONEnt = pPriv->ptr;
272 pRADEONEnt->platform_dev = dev;
radeon_dri2.c 80 radeon_get_flink_name(RADEONEntPtr pRADEONEnt, PixmapPtr pixmap, uint32_t *name)
90 if (drmIoctl(pRADEONEnt->fd, DRM_IOCTL_GEM_FLINK, &flink) != 0)
107 RADEONEntPtr pRADEONEnt = RADEONEntPriv(pScrn);
263 if (!radeon_get_flink_name(pRADEONEnt, pixmap, &buffers->name))
483 RADEONEntPtr pRADEONEnt = RADEONEntPriv(scrn);
489 if (drmmode_get_current_ust(pRADEONEnt->fd, &now) != 0) {
650 RADEONEntPtr pRADEONEnt = RADEONEntPriv(scrn);
659 if (!radeon_get_flink_name(pRADEONEnt, pixmap, &front->name)) {
865 RADEONEntPtr pRADEONEnt = RADEONEntPriv(pScrn);
878 ret = drmmode_get_current_ust(pRADEONEnt->fd, &now)
    [all...]
radeon_present.c 98 RADEONEntPtr pRADEONEnt = RADEONEntPriv(scrn);
102 struct pollfd p = { .fd = pRADEONEnt->fd, .events = POLLIN };
112 return radeon_drm_handle_event(pRADEONEnt->fd, &drmmode->event_context) >= 0;
466 RADEONEntPtr pRADEONEnt = RADEONEntPriv(scrn);
470 ret = drmGetCap(pRADEONEnt->fd, DRM_CAP_ASYNC_PAGE_FLIP, &value);
drmmode_display.h 213 extern int drmmode_page_flip_target_absolute(RADEONEntPtr pRADEONEnt,
218 extern int drmmode_page_flip_target_relative(RADEONEntPtr pRADEONEnt,
radeon_drm_queue.c 314 RADEONEntPtr pRADEONEnt = RADEONEntPriv(crtc->scrn);
327 && radeon_drm_handle_event(pRADEONEnt->fd,
radeon_exa.c 274 RADEONEntPtr pRADEONEnt = RADEONEntPriv(xf86ScreenToScrn(pScreen));
281 drmmode_fb_reference(pRADEONEnt->fd, &driver_priv->fb, NULL);
radeon_video.c 136 RADEONEntPtr pRADEONEnt = RADEONEntPriv(pScrn);
142 if (info->ChipFamily == CHIP_FAMILY_RV100 && !pRADEONEnt->HasCRTC2)
radeon_bo_helper.c 363 RADEONEntPtr pRADEONEnt = RADEONEntPriv(scrn);
393 r = drmPrimeFDToHandle(pRADEONEnt->fd, fd, &priv->handle);
401 if (drmCommandWriteRead(pRADEONEnt->fd,
radeon_glamor.c 73 RADEONEntPtr pRADEONEnt = RADEONEntPriv(scrn);
149 info->gbm = gbm_create_device(pRADEONEnt->fd);
164 if (glamor_egl_init(scrn, pRADEONEnt->fd)) {
radeon.h 725 RADEONEntPtr pRADEONEnt = RADEONEntPriv(scrn);
745 drmmode_fb_reference(pRADEONEnt->fd, &priv->fb, NULL);
777 drmmode_fb_reference(pRADEONEnt->fd, &driver_priv->fb, NULL);
892 RADEONEntPtr pRADEONEnt = RADEONEntPriv(scrn);
897 *fb_ptr = radeon_fb_create(scrn, pRADEONEnt->fd,
radeon_accel.c 97 RADEONEntPtr pRADEONEnt = RADEONEntPriv(pScrn);
101 return drmCommandWriteRead(pRADEONEnt->fd, DRM_RADEON_INFO, &np2, sizeof(np2));

Completed in 31 milliseconds

1 2