Skip to content

Commit 172d9f4

Browse files
hoshinolinajannau
authored andcommitted
drm/apple: Fix missing mode init (feel free to squash)
Signed-off-by: Asahi Lina <[email protected]>
1 parent 0e3dd32 commit 172d9f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/apple/parser.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ static int parse_color_modes(struct dcp_parse_ctx *handle,
354354
int ret = 0;
355355
out->sdr_444.score = -1;
356356
out->sdr_rgb.score = -1;
357+
out->sdr.score = -1;
357358
out->best.score = -1;
358359

359360
dcp_parse_foreach_in_array(handle, outer_it) {

0 commit comments

Comments
 (0)