Home | History | Annotate | Download | only in dri

Lines Matching refs:crtc_id

39   virtual ScopedDrmCrtcPtr GetCrtc(uint32_t crtc_id);
41 // Used to configure CRTC with ID |crtc_id| to use the connector in
45 virtual bool SetCrtc(uint32_t crtc_id,
55 virtual bool DisableCrtc(uint32_t crtc_id);
76 // Schedules a pageflip for CRTC |crtc_id|. This function will return
81 virtual bool PageFlip(uint32_t crtc_id, uint32_t framebuffer, void* data);
83 // Schedule an overlay to be show during the page flip for CRTC |crtc_id|.
86 virtual bool PageFlipOverlay(uint32_t crtc_id,
111 // Set the cursor to be displayed in CRTC |crtc_id|. (width, height) is the
113 virtual bool SetCursor(uint32_t crtc_id,
118 // Move the cursor on CRTC |crtc_id| to (x, y);
119 virtual bool MoveCursor(uint32_t crtc_id, const gfx::Point& point);