diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2017-08-23 17:24:53 +0900 |
---|---|---|
committer | Michel Dänzer <michel@daenzer.net> | 2017-08-29 16:34:30 +0900 |
commit | 4bc992c31059eb50e22df4ebf5b92d08411f41ef (patch) | |
tree | 1599d6f9b130868968362df378cbd42026539296 /src/drmmode_display.h | |
parent | 3f6210ca2c8ef60d59efc8139151d3b9838bb875 (diff) |
Create drmmode_set_mode helper
Preparatory, no functional change intended yet.
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'src/drmmode_display.h')
-rw-r--r-- | src/drmmode_display.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/drmmode_display.h b/src/drmmode_display.h index a6db87f8..00b5e811 100644 --- a/src/drmmode_display.h +++ b/src/drmmode_display.h @@ -220,6 +220,9 @@ extern void drmmode_scanout_free(ScrnInfoPtr scrn); extern void drmmode_uevent_init(ScrnInfoPtr scrn, drmmode_ptr drmmode); extern void drmmode_uevent_fini(ScrnInfoPtr scrn, drmmode_ptr drmmode); +Bool drmmode_set_mode(xf86CrtcPtr crtc, struct drmmode_fb *fb, + DisplayModePtr mode, int x, int y); + extern int drmmode_get_crtc_id(xf86CrtcPtr crtc); extern int drmmode_get_height_align(ScrnInfoPtr scrn, uint32_t tiling); extern int drmmode_get_pitch_align(ScrnInfoPtr scrn, int bpe, uint32_t tiling); |