HomeSort by relevance Sort by last modified time
    Searched refs:crtc (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_crtc.c 73 crtc_dpms(xf86CrtcPtr crtc, int mode)
75 /* ScrnInfoPtr pScrn = crtc->scrn; */
88 crtc_set_mode_major(xf86CrtcPtr crtc, DisplayModePtr mode,
91 xf86CrtcConfigPtr config = XF86_CRTC_CONFIG_PTR(crtc->scrn);
92 modesettingPtr ms = modesettingPTR(crtc->scrn);
94 struct crtc_private *crtcp = crtc->driver_private;
103 if (output->crtc == crtc)
139 if (!crtc->active && crtc->version >= 3
412 xf86CrtcPtr crtc; local
    [all...]
xorg_driver.c 231 * create && bind will turn off all crtc(s) in the kernel so we need to
236 xf86CrtcPtr crtc = xf86_config->crtc[i]; local
238 if (!crtc->enabled)
241 crtc->funcs->set_mode_major(crtc, &crtc->mode, crtc->rotation, crtc->x, crtc->y)
729 xf86CrtcPtr crtc = xf86_config->crtc[c]; local
900 xf86CrtcPtr crtc = output->crtc; local
930 xf86CrtcPtr crtc = config->crtc[o]; local
    [all...]
xorg_tracker.h 209 xorg_crtc_cursor_destroy(xf86CrtcPtr crtc);
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_crtc.c 73 crtc_dpms(xf86CrtcPtr crtc, int mode)
75 /* ScrnInfoPtr pScrn = crtc->scrn; */
88 crtc_set_mode_major(xf86CrtcPtr crtc, DisplayModePtr mode,
91 xf86CrtcConfigPtr config = XF86_CRTC_CONFIG_PTR(crtc->scrn);
92 modesettingPtr ms = modesettingPTR(crtc->scrn);
94 struct crtc_private *crtcp = crtc->driver_private;
103 if (output->crtc == crtc)
139 if (!crtc->active && crtc->version >= 3
412 xf86CrtcPtr crtc; local
    [all...]
xorg_driver.c 231 * create && bind will turn off all crtc(s) in the kernel so we need to
236 xf86CrtcPtr crtc = xf86_config->crtc[i]; local
238 if (!crtc->enabled)
241 crtc->funcs->set_mode_major(crtc, &crtc->mode, crtc->rotation, crtc->x, crtc->y)
729 xf86CrtcPtr crtc = xf86_config->crtc[c]; local
900 xf86CrtcPtr crtc = output->crtc; local
930 xf86CrtcPtr crtc = config->crtc[o]; local
    [all...]
xorg_tracker.h 209 xorg_crtc_cursor_destroy(xf86CrtcPtr crtc);
  /external/chromium_org/ui/gfx/ozone/dri/
dri_wrapper.cc 29 void DriWrapper::FreeCrtc(drmModeCrtc* crtc) {
30 drmModeFreeCrtc(crtc);
41 bool DriWrapper::SetCrtc(drmModeCrtc* crtc, uint32_t* connectors) {
44 crtc->crtc_id,
45 crtc->buffer_id,
46 crtc->x,
47 crtc->y,
50 &crtc->mode);
dri_wrapper.h 26 // Get the CRTC state. This is generally used to save state before using the
27 // CRTC. When the user finishes using the CRTC, the user should restore the
28 // CRTC to it's initial state. Use |SetCrtc| to restore the state.
31 // Frees the CRTC mode object.
32 virtual void FreeCrtc(drmModeCrtc* crtc);
34 // Used to configure CRTC with ID |crtc_id| to use the connector in
35 // |connectors|. The CRTC will be configured with mode |mode| and will display
37 // framebuffer, it should be registered with the CRTC using |AddFramebuffer|.
43 // Used to set a specific configuration to the CRTC. Normally this functio
    [all...]
dri_surface_factory.cc 72 uint32_t crtc = encoder->crtc_id; local
74 return crtc;
87 // Check if the encoder is compatible with this CRTC
180 // with the hardware CRTC such that we can show the buffers. The controller
280 uint32_t crtc = GetCrtc(drm->get_fd(), resources, connector); local
282 if (!crtc)
295 crtc,
dri_surface_unittest.cc 25 // Mock CRTC ID.
37 virtual void FreeCrtc(drmModeCrtc* crtc) OVERRIDE {}
42 virtual bool SetCrtc(drmModeCrtc* crtc, uint32_t* connectors) OVERRIDE {
dri_surface_factory_unittest.cc 26 // Mock CRTC ID.
48 virtual void FreeCrtc(drmModeCrtc* crtc) OVERRIDE {
49 delete crtc;
59 virtual bool SetCrtc(drmModeCrtc* crtc, uint32_t* connectors) OVERRIDE {
hardware_display_controller_unittest.cc 23 // Mock CRTC ID.
50 virtual void FreeCrtc(drmModeCrtc* crtc) OVERRIDE {
52 delete crtc;
62 virtual bool SetCrtc(drmModeCrtc* crtc, uint32_t* connectors) OVERRIDE {
  /external/chromium_org/chromeos/display/
output_configurator_unittest.cc 49 std::string GetCrtcAction(RRCrtc crtc,
54 return base::StringPrintf("crtc(crtc=%lu,x=%d,y=%d,mode=%lu,output=%lu)",
55 crtc, x, y, mode, output);
158 virtual bool ConfigureCrtc(RRCrtc crtc,
163 AppendAction(GetCrtcAction(crtc, x, y, mode, output));
173 outputs.size() >= 1 ? outputs[0].crtc : 0,
174 outputs.size() >= 2 ? outputs[1].crtc : 0));
363 o->crtc = 10;
376 o->crtc = 11
    [all...]
real_output_configurator_delegate.cc 132 << " crtc=" << output.crtc
151 RRCrtc crtc,
157 VLOG(1) << "ConfigureCrtc: crtc=" << crtc
167 crtc,
289 if (info->crtc) {
290 XRRCrtcInfo* crtc_info = XRRGetCrtcInfo(display_, screen_, info->crtc);
297 // Assign a CRTC that isn't already in use.
300 output.crtc = info->crtcs[i]
430 RRCrtc crtc = screen_->crtcs[i]; local
    [all...]
real_output_configurator_delegate.h 42 RRCrtc crtc,
output_configurator.h 102 // CRTC that should be used for this output. Not necessarily the CRTC
104 RRCrtc crtc; member in struct:chromeos::OutputConfigurator::OutputSnapshot
234 virtual bool ConfigureCrtc(RRCrtc crtc,
283 RRCrtc crtc,
361 // on or off. This requires enabling or disabling the CRTC associated with
output_configurator.cc 66 "[type=%d, output=%ld, crtc=%ld, mode=%ld, dim=%dx%d]",
69 output->crtc,
148 crtc(None),
174 RRCrtc crtc,
181 event.crtc = crtc;
554 << " crtc=" << output_change_event->crtc
562 if (connected && it->crtc == output_change_event->crtc &
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/drm/
modeset.c 171 if (drmsurf->is_shown && drmcrtc->crtc) {
172 err = drmModePageFlip(drmdpy->fd, drmcrtc->crtc->crtc_id,
236 if (drmsurf->current_crtc.crtc)
237 drmModeFreeCrtc(drmsurf->current_crtc.crtc);
328 * Choose a CRTC that supports all given connectors.
351 /* find an encoder the CRTC supports */
375 "failed to find a CRTC that supports the given %d connectors",
384 * Remember the original CRTC status and set the CRTC
397 if (drmcrtc->crtc) {
    [all...]
native_drm.h 82 drmModeCrtcPtr crtc; member in struct:drm_crtc
  /external/mesa3d/src/gallium/state_trackers/egl/drm/
modeset.c 171 if (drmsurf->is_shown && drmcrtc->crtc) {
172 err = drmModePageFlip(drmdpy->fd, drmcrtc->crtc->crtc_id,
236 if (drmsurf->current_crtc.crtc)
237 drmModeFreeCrtc(drmsurf->current_crtc.crtc);
328 * Choose a CRTC that supports all given connectors.
351 /* find an encoder the CRTC supports */
375 "failed to find a CRTC that supports the given %d connectors",
384 * Remember the original CRTC status and set the CRTC
397 if (drmcrtc->crtc) {
    [all...]
native_drm.h 82 drmModeCrtcPtr crtc; member in struct:drm_crtc
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_x11.cc 331 if (output_info->crtc) {
332 XRRCrtcInfo *crtc = XRRGetCrtcInfo(xdisplay_, local
334 output_info->crtc);
343 gfx::Rect crtc_bounds(crtc->x, crtc->y, crtc->width, crtc->height);
351 device_scale_factor = GetDeviceScaleFactor(crtc->width,
366 XRRFreeCrtcInfo(crtc);
  /external/qemu-pc-bios/vgabios/tests/
testbios.c 26 Bit16u crtc; member in struct:__anon25754
276 biosarea->crtc=peek(0x40,0x63);
302 printf("crtc : %04x\t",biosarea->crtc);
  /external/qemu-pc-bios/vgabios/
clext.c 41 unsigned short *crtc; /* 0x3d4 */ member in struct:__anon25748
616 mov bx, [si+14] ;; crtc
992 ;; XXX support CRTC registers
1367 mov bx, [si+14] ;; crtc table
  /external/chromium-trace/
script.js 52 /crtc=(\d+), seq=(\d+)/.exec(g.details);if(!c)return!1;a=parseInt(c[1]);c=parseInt(c[2]);this.drmVblankSlice(b,"vblank:"+a,{crtc:a,seq:c});return!0}};b.registerSubtype(d);return{DrmParser:d}});"use strict";base.require("tracing.importer.linux_perf.parser");
    [all...]

Completed in 1593 milliseconds