Skip to content

Commit d9f8e52

Browse files
1acedanvet
authored andcommitted
drm/i915: remove dead code
79e5394 ("DRM: i915: add mode setting support") added those variables but never used them. Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1456763047-28828-2-git-send-email-eric.engestrom@imgtec.com
1 parent c3454d5 commit d9f8e52

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

drivers/gpu/drm/i915/intel_tv.c

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -326,24 +326,12 @@ static const struct color_conversion sdtv_csc_yprpb = {
326326
.rv = 0x0100, .gv = 0x03ad, .bv = 0x074d, .av = 0x0200,
327327
};
328328

329-
static const struct color_conversion sdtv_csc_rgb = {
330-
.ry = 0x0000, .gy = 0x0f00, .by = 0x0000, .ay = 0x0166,
331-
.ru = 0x0000, .gu = 0x0000, .bu = 0x0f00, .au = 0x0166,
332-
.rv = 0x0f00, .gv = 0x0000, .bv = 0x0000, .av = 0x0166,
333-
};
334-
335329
static const struct color_conversion hdtv_csc_yprpb = {
336330
.ry = 0x05b3, .gy = 0x016e, .by = 0x0728, .ay = 0x0145,
337331
.ru = 0x07d5, .gu = 0x038b, .bu = 0x0100, .au = 0x0200,
338332
.rv = 0x0100, .gv = 0x03d1, .bv = 0x06bc, .av = 0x0200,
339333
};
340334

341-
static const struct color_conversion hdtv_csc_rgb = {
342-
.ry = 0x0000, .gy = 0x0f00, .by = 0x0000, .ay = 0x0166,
343-
.ru = 0x0000, .gu = 0x0000, .bu = 0x0f00, .au = 0x0166,
344-
.rv = 0x0f00, .gv = 0x0000, .bv = 0x0000, .av = 0x0166,
345-
};
346-
347335
static const struct video_levels component_levels = {
348336
.blank = 279, .black = 279, .burst = 0,
349337
};

0 commit comments

Comments
 (0)