Searched refs:crtc_id (Results 1 - 25 of 75) sorted by relevance

123

/xsrc/external/mit/libdrm/dist/tests/modetest/
H A Dcursor.h28 int cursor_init(int fd, uint32_t bo_handle, uint32_t crtc_id,
H A Dcursor.c47 uint32_t crtc_id; member in struct:cursor
87 drmModeSetCursor(cursor->fd, cursor->crtc_id, handle, cursor->w, cursor->h);
96 drmModeSetCursor(cursor->fd, cursor->crtc_id,
122 drmModeMoveCursor(cursor->fd, cursor->crtc_id, x, y);
166 int cursor_init(int fd, uint32_t bo_handle, uint32_t crtc_id, argument
175 cursor->crtc_id = crtc_id;
H A Dmodetest.c222 encoder->crtc_id,
480 crtc->crtc_id,
533 ovr->plane_id, ovr->crtc_id, ovr->fb_id,
739 if (crtc && crtc->crtc_id == id)
751 if (crtc->crtc->crtc_id == dev->resources->crtcs[i].crtc->crtc_id)
818 uint32_t crtc_id; member in struct:pipe_arg
835 uint32_t crtc_id; /* the id of CRTC to bind to */ member in struct:plane_arg
930 crtc = get_crtc_by_id(dev, encoder->crtc_id);
980 if (pipe->crtc_id !
1149 set_gamma(struct device * dev,unsigned crtc_id,unsigned fourcc) argument
[all...]
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_cursor.c71 int crtc_id = r128_crtc->crtc_id; local in function:r128_crtc_show_cursor
73 switch (crtc_id) {
91 int crtc_id = r128_crtc->crtc_id; local in function:r128_crtc_hide_cursor
93 switch (crtc_id) {
111 int crtc_id = r128_crtc->crtc_id; local in function:r128_crtc_set_cursor_colors
113 switch (crtc_id) {
133 int crtc_id local in function:r128_crtc_set_cursor_position
163 int crtc_id = r128_crtc->crtc_id; local in function:r128_crtc_load_cursor_image
[all...]
H A Dr128_crtc.c805 mask = r128_crtc->crtc_id ? R128_CRTC2_DISP_DIS : (R128_CRTC_DISPLAY_DIS | R128_CRTC_HSYNC_DIS | R128_CRTC_VSYNC_DIS);
809 if (r128_crtc->crtc_id) {
816 if (r128_crtc->crtc_id) {
823 if (r128_crtc->crtc_id) {
830 if (r128_crtc->crtc_id) {
839 if (r128_crtc->crtc_id) {
845 if (r128_crtc->crtc_id) {
867 PAL_SELECT(r128_crtc->crtc_id);
895 switch (r128_crtc->crtc_id) {
922 switch (r128_crtc->crtc_id) {
[all...]
H A Dr128_probe.h131 int crtc_id; member in struct:_R128CrtcPrivateRec
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_cursor.c111 if (radeon_crtc->crtc_id)
189 int crtc_id = radeon_crtc->crtc_id; local in function:radeon_crtc_show_cursor
202 switch (crtc_id) {
223 int crtc_id = radeon_crtc->crtc_id; local in function:radeon_crtc_hide_cursor
236 switch(crtc_id) {
257 int crtc_id = radeon_crtc->crtc_id; local in function:radeon_crtc_set_cursor_position
316 if (crtc_id
[all...]
H A Datombios_crtc.c175 atombios_enable_crtc(info->atomBIOS, radeon_crtc->crtc_id, 1);
177 atombios_enable_crtc_memreq(info->atomBIOS, radeon_crtc->crtc_id, 1);
178 atombios_blank_crtc(info->atomBIOS, radeon_crtc->crtc_id, 0);
183 atombios_blank_crtc(info->atomBIOS, radeon_crtc->crtc_id, 1);
185 atombios_enable_crtc_memreq(info->atomBIOS, radeon_crtc->crtc_id, 0);
186 atombios_enable_crtc(info->atomBIOS, radeon_crtc->crtc_id, 0);
227 param.ucCRTC = radeon_crtc->crtc_id;
278 param.ucCRTC= radeon_crtc->crtc_id;
337 radeon_crtc->pll_id = radeon_crtc->crtc_id;
615 if (radeon_crtc->crtc_id
[all...]
H A Dradeon_crtc.c86 if ((radeon_crtc->crtc_id == 1) && (mode == DPMSModeOn)) {
93 if ((radeon_crtc->crtc_id == 1) && (mode == DPMSModeOn)) {
530 radeon_save_palette_on_demand(pScrn, radeon_crtc->crtc_id);
566 PAL_SELECT(radeon_crtc->crtc_id);
578 OUTREG(AVIVO_D1GRPH_LUT_SEL + radeon_crtc->crtc_offset, radeon_crtc->crtc_id);
750 atombios_lock_crtc(info->atomBIOS, radeon_crtc->crtc_id, 1);
752 atombios_lock_crtc(info->atomBIOS, radeon_crtc->crtc_id, 0);
756 atombios_lock_crtc(info->atomBIOS, radeon_crtc->crtc_id, 1);
758 atombios_lock_crtc(info->atomBIOS, radeon_crtc->crtc_id, 0);
760 switch (radeon_crtc->crtc_id) {
[all...]
/xsrc/external/mit/libdrm/dist/include/drm/
H A Ddrm_mode.h281 __u32 crtc_id; /**< Id */ member in struct:drm_mode_crtc
298 __u32 crtc_id; member in struct:drm_mode_set_plane
336 /** @crtc_id: Object ID of the current CRTC. */
337 __u32 crtc_id; member in struct:drm_mode_get_plane
379 __u32 crtc_id; /**< Id of crtc */ member in struct:drm_mode_get_encoder
792 * crtc_id
798 * crtc_id
804 __u32 crtc_id; member in struct:drm_mode_cursor
815 __u32 crtc_id; member in struct:drm_mode_cursor2
827 __u32 crtc_id; member in struct:drm_mode_crtc_lut
1020 __u32 crtc_id; member in struct:drm_mode_crtc_page_flip
1048 __u32 crtc_id; member in struct:drm_mode_crtc_page_flip_target
[all...]
/xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
H A Ddrm_mode.h252 __u32 crtc_id; /**< Id */ member in struct:drm_mode_crtc
269 __u32 crtc_id; member in struct:drm_mode_set_plane
289 __u32 crtc_id; member in struct:drm_mode_get_plane
318 __u32 crtc_id; /**< Id of crtc */ member in struct:drm_mode_get_encoder
571 * crtc_id
577 * crtc_id
583 __u32 crtc_id; member in struct:drm_mode_cursor
594 __u32 crtc_id; member in struct:drm_mode_cursor2
606 __u32 crtc_id; member in struct:drm_mode_crtc_lut
668 __u32 crtc_id; member in struct:drm_mode_crtc_page_flip
696 __u32 crtc_id; member in struct:drm_mode_crtc_page_flip_target
[all...]
/xsrc/external/mit/MesaLib/dist/include/drm-uapi/
H A Ddrm_mode.h281 __u32 crtc_id; /**< Id */ member in struct:drm_mode_crtc
298 __u32 crtc_id; member in struct:drm_mode_set_plane
336 /** @crtc_id: Object ID of the current CRTC. */
337 __u32 crtc_id; member in struct:drm_mode_get_plane
379 __u32 crtc_id; /**< Id of crtc */ member in struct:drm_mode_get_encoder
757 * crtc_id
763 * crtc_id
769 __u32 crtc_id; member in struct:drm_mode_cursor
780 __u32 crtc_id; member in struct:drm_mode_cursor2
792 __u32 crtc_id; member in struct:drm_mode_crtc_lut
941 __u32 crtc_id; member in struct:drm_mode_crtc_page_flip
969 __u32 crtc_id; member in struct:drm_mode_crtc_page_flip_target
[all...]
/xsrc/external/mit/libdrm/dist/
H A Dxf86drmMode.h158 uint32_t crtc_id; member in struct:_drmModeCrtc
173 uint32_t crtc_id; member in struct:_drmModeEncoder
246 uint32_t crtc_id; member in struct:_drmModePlane
425 extern int drmModeCrtcSetGamma(int fd, uint32_t crtc_id, uint32_t size,
427 extern int drmModeCrtcGetGamma(int fd, uint32_t crtc_id, uint32_t size,
429 extern int drmModePageFlip(int fd, uint32_t crtc_id, uint32_t fb_id,
431 extern int drmModePageFlipTarget(int fd, uint32_t crtc_id, uint32_t fb_id,
437 extern int drmModeSetPlane(int fd, uint32_t plane_id, uint32_t crtc_id,
H A Dxf86drmMode.c381 crtc.crtc_id = crtcId;
393 r->crtc_id = crtc.crtc_id;
416 crtc.crtc_id = crtcId;
439 arg.crtc_id = crtcId;
455 arg.crtc_id = crtcId;
471 arg.crtc_id = crtcId;
496 r->crtc_id = enc.crtc_id;
1000 drm_public int drmModeCrtcGetGamma(int fd, uint32_t crtc_id, uint32_ argument
1016 drmModeCrtcSetGamma(int fd,uint32_t crtc_id,uint32_t size,const uint16_t * red,const uint16_t * green,const uint16_t * blue) argument
1100 drmModePageFlip(int fd,uint32_t crtc_id,uint32_t fb_id,uint32_t flags,void * user_data) argument
1114 drmModePageFlipTarget(int fd,uint32_t crtc_id,uint32_t fb_id,uint32_t flags,void * user_data,uint32_t target_vblank) argument
1130 drmModeSetPlane(int fd,uint32_t plane_id,uint32_t crtc_id,uint32_t fb_id,uint32_t flags,uint32_t crtc_x,uint32_t crtc_y,uint32_t crtc_w,uint32_t crtc_h,uint32_t src_x,uint32_t src_y,uint32_t src_w,uint32_t src_h) argument
[all...]
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_crtc.c226 ret = drmModeSetCrtc(ms->fd, drm_crtc->crtc_id, crtcp->scanout_id, x, y,
262 drmModeCrtcSetGamma(ms->fd, crtcp->drm_crtc->crtc_id, size, red, green, blue);
320 drmModeMoveCursor(ms->fd, crtcp->drm_crtc->crtc_id, x, y);
358 drmModeSetCursor(ms->fd, crtcp->drm_crtc->crtc_id,
391 drmModeSetCursor(ms->fd, crtcp->drm_crtc->crtc_id,
401 drmModeSetCursor(ms->fd, crtcp->drm_crtc->crtc_id, 0, 0, 0);
/xsrc/external/mit/libdrm/dist/tests/tegra/
H A Ddrm-test.c55 crtc = drmModeGetCrtc(screen->fd, encoder->crtc_id);
73 screen->crtc = encoder->crtc_id;
/xsrc/external/mit/mesa-demos/dist/src/egl/opengl/
H A Deglkms.c254 saved_crtc = drmModeGetCrtc(fd, kms.encoder->crtc_id);
258 ret = drmModeSetCrtc(fd, kms.encoder->crtc_id, kms.fb_id, 0, 0,
267 ret = drmModeSetCrtc(fd, saved_crtc->crtc_id, saved_crtc->buffer_id,
/xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
H A Dwsi_common_display.c79 uint32_t crtc_id; member in struct:wsi_display_connector
1154 uint32_t crtc_id,
1341 uint32_t crtc_id)
1368 bool match = (other_encoder->crtc_id == crtc_id);
1395 uint32_t crtc_id = encoder->crtc_id; local in function:wsi_display_select_crtc
1397 if (crtc_id) {
1398 if (wsi_display_crtc_solo(wsi, mode_res, drm_connector, crtc_id))
1399 return crtc_id;
1150 wsi_display_page_flip_handler2(int fd,unsigned int frame,unsigned int sec,unsigned int usec,uint32_t crtc_id,void * data) argument
1338 wsi_display_crtc_solo(struct wsi_display * wsi,drmModeResPtr mode_res,drmModeConnectorPtr connector,uint32_t crtc_id) argument
1403 uint32_t crtc_id = 0; local in function:wsi_display_select_crtc
[all...]
/xsrc/external/mit/xorg-server/dist/present/
H A Dpresent_request.c73 #define VERIFY_CRTC_OR_NONE(crtc_ptr, crtc_id, client, access) do { \
74 if ((crtc_id) == None) \
77 VERIFY_RR_CRTC(crtc_id, crtc_ptr, access); \
/xsrc/external/mit/libdrm/dist/intel/
H A Dintel_bufmgr_priv.h298 * Return the pipe associated with a crtc_id so that vblank
305 * \param crtc_id the crtc identifier
307 int (*get_pipe_from_crtc_id) (drm_intel_bufmgr *bufmgr, int crtc_id);
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/
H A Dwsi_common_display.c75 uint32_t crtc_id; member in struct:wsi_display_connector
1120 uint32_t crtc_id,
1295 uint32_t crtc_id)
1322 bool match = (other_encoder->crtc_id == crtc_id);
1349 uint32_t crtc_id = encoder->crtc_id; local in function:wsi_display_select_crtc
1351 if (crtc_id) {
1352 if (wsi_display_crtc_solo(wsi, mode_res, drm_connector, crtc_id))
1353 return crtc_id;
1116 wsi_display_page_flip_handler2(int fd,unsigned int frame,unsigned int sec,unsigned int usec,uint32_t crtc_id,void * data) argument
1292 wsi_display_crtc_solo(struct wsi_display * wsi,drmModeResPtr mode_res,drmModeConnectorPtr connector,uint32_t crtc_id) argument
1357 uint32_t crtc_id = 0; local in function:wsi_display_select_crtc
[all...]
/xsrc/external/mit/libdrm/dist/tests/proptest/
H A Dproptest.c219 printf("CRTC %u\n", c->crtc_id);
221 listObjectProperties(c->crtc_id, DRM_MODE_OBJECT_CRTC);
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Ddrmmode_display.c163 int crtc_id = drmmode_get_crtc_id(crtc); local in function:drmmode_wait_vblank
168 if (crtc_id == 1)
170 else if (crtc_id > 1)
171 type |= (crtc_id << DRM_VBLANK_HIGH_CRTC_SHIFT) &
266 drmmode_crtc->mode_crtc->crtc_id,
289 drmmode_crtc->mode_crtc->crtc_id,
367 drmModeSetCrtc(pAMDGPUEnt->fd, drmmode_crtc->mode_crtc->crtc_id,
1194 drmmode_crtc->mode_crtc->crtc_id,
1231 drmmode_crtc->mode_crtc->crtc_id,
1274 drmmode_crtc->mode_crtc->crtc_id,
3146 int crtc_id = drmmode_get_crtc_id(crtc); local in function:drmmode_flip_abort
3169 int crtc_id = drmmode_get_crtc_id(crtc); local in function:drmmode_flip_handler
3977 int crtc_id; local in function:amdgpu_do_pageflip
[all...]
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_kms.c153 drmModeSetCrtc(drmmode->fd, drmmode_crtc->mode_crtc->crtc_id,
204 ret = drmModeSetCrtc(drmmode->fd, drmmode_crtc->mode_crtc->crtc_id,
252 drmModeMoveCursor(drmmode->fd, drmmode_crtc->mode_crtc->crtc_id, x, y);
263 drmModeSetCursor(drmmode->fd, drmmode_crtc->mode_crtc->crtc_id, 0,
276 drmModeSetCursor(drmmode->fd, drmmode_crtc->mode_crtc->crtc_id, handle,
294 if (drmModeSetCursor(drmmode_crtc->drmmode->fd, drmmode_crtc->mode_crtc->crtc_id,
310 drmModeCrtcSetGamma(drmmode->fd, drmmode_crtc->mode_crtc->crtc_id,
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Ddrmmode_display.c222 int crtc_id = drmmode_get_crtc_id(crtc); local in function:drmmode_wait_vblank
227 if (crtc_id == 1)
229 else if (crtc_id > 1)
230 type |= (crtc_id << DRM_VBLANK_HIGH_CRTC_SHIFT) &
363 drmModeSetCrtc(pRADEONEnt->fd, drmmode_crtc->mode_crtc->crtc_id,
808 drmmode_crtc->mode_crtc->crtc_id, size, red, green,
843 drmmode_crtc->mode_crtc->crtc_id,
1031 drmModeMoveCursor(pRADEONEnt->fd, drmmode_crtc->mode_crtc->crtc_id, x, y);
1214 drmModeSetCursor(pRADEONEnt->fd, drmmode_crtc->mode_crtc->crtc_id, 0,
1239 arg.crtc_id
2679 int crtc_id = drmmode_get_crtc_id(crtc); local in function:drmmode_flip_abort
2702 int crtc_id = drmmode_get_crtc_id(crtc); local in function:drmmode_flip_handler
3437 int crtc_id; local in function:radeon_do_pageflip
[all...]

Completed in 36 milliseconds

123