mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-12 15:44:01 +08:00
drm/modes: Kill DRM_MODE_TYPE_CLOCK_CRTC_C define
No idea what the DRM_MODE_TYPE_CLOCK_CRTC_C define is supposed to achieve. Totally unused so kill if off. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20171114183258.16976-8-ville.syrjala@linux.intel.com Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
4f09c77b5c
commit
538af6cbdf
@ -131,9 +131,6 @@ enum drm_mode_status {
|
|||||||
MODE_ERROR = -1
|
MODE_ERROR = -1
|
||||||
};
|
};
|
||||||
|
|
||||||
#define DRM_MODE_TYPE_CLOCK_CRTC_C (DRM_MODE_TYPE_CLOCK_C | \
|
|
||||||
DRM_MODE_TYPE_CRTC_C)
|
|
||||||
|
|
||||||
#define DRM_MODE(nm, t, c, hd, hss, hse, ht, hsk, vd, vss, vse, vt, vs, f) \
|
#define DRM_MODE(nm, t, c, hd, hss, hse, ht, hsk, vd, vss, vse, vt, vs, f) \
|
||||||
.name = nm, .status = 0, .type = (t), .clock = (c), \
|
.name = nm, .status = 0, .type = (t), .clock = (c), \
|
||||||
.hdisplay = (hd), .hsync_start = (hss), .hsync_end = (hse), \
|
.hdisplay = (hd), .hsync_start = (hss), .hsync_end = (hse), \
|
||||||
|
Loading…
Reference in New Issue
Block a user