diff options
author | Eugeni Dodonov <eugeni.dodonov@intel.com> | 2011-10-31 14:43:22 -0200 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-05-24 18:47:41 +0100 |
commit | df6ab02c3690eea8393ecc8c113e2f2891856cc6 (patch) | |
tree | 73cc04b76c7bd85442d684a895f388389ce54dd4 /src/intel_display.c | |
parent | ae2be7e25bda46551381c19a673b321b4382e1f9 (diff) |
Unify options handling between UXA and SNA
Unifies available options for both UXA and SNA drivers, and
moves them into a common header file, intel_opts.h.
Signed-off-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
Diffstat (limited to 'src/intel_display.c')
-rw-r--r-- | src/intel_display.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel_display.c b/src/intel_display.c index 77a1cce1..89f7259b 100644 --- a/src/intel_display.c +++ b/src/intel_display.c @@ -1702,7 +1702,6 @@ int intel_crtc_to_pipe(xf86CrtcPtr crtc) Bool intel_crtc_on(xf86CrtcPtr crtc) { - ScrnInfoPtr scrn = crtc->scrn; struct intel_crtc *intel_crtc = crtc->driver_private; drmModeCrtcPtr drm_crtc; Bool ret; |