diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2015-09-14 15:43:45 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-09-24 14:14:21 -0400 |
commit | 20b2020334110f9afb8316ba158b9549f2f07ff9 (patch) | |
tree | c063a75c5dd44949bd32e578ba45c2362b9e1397 /include/drm/drmP.h | |
parent | 3bb403bf421b5b00366a9041a7edc0a1f6494f5e (diff) |
drm: Kill pixeldur_ns
pixeldur_ns is now unsued, so kill it from drm_vblank_crtc. framedur_ns
is also currently unused but we will have use for it in the near future
so leave it be. linedur_ns is still used by nouveau for some internal
delays.
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/drm/drmP.h')
-rw-r--r-- | include/drm/drmP.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h index b2a95e7cfeee..6717a7dcd32e 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h | |||
@@ -705,7 +705,6 @@ struct drm_vblank_crtc { | |||
705 | unsigned int pipe; /* crtc index */ | 705 | unsigned int pipe; /* crtc index */ |
706 | int framedur_ns; /* frame/field duration in ns */ | 706 | int framedur_ns; /* frame/field duration in ns */ |
707 | int linedur_ns; /* line duration in ns */ | 707 | int linedur_ns; /* line duration in ns */ |
708 | int pixeldur_ns; /* pixel duration in ns */ | ||
709 | bool enabled; /* so we don't call enable more than | 708 | bool enabled; /* so we don't call enable more than |
710 | once per disable */ | 709 | once per disable */ |
711 | }; | 710 | }; |