Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307065
b: refs/heads/master
c: ee58808
h: refs/heads/master
i:
  307063: 49117d1
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Dave Airlie committed Apr 20, 2012
1 parent 0e9fb42 commit 8610f55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d1b45d5f0586041fe750d90a62ba09cffb3eace1
refs/heads/master: ee58808deca66bd0879562abf606e171752e8e15
8 changes: 4 additions & 4 deletions trunk/drivers/gpu/drm/drm_edid.c
Original file line number Diff line number Diff line change
Expand Up @@ -1699,10 +1699,10 @@ static void drm_add_display_info(struct edid *edid,
}

info->color_formats = DRM_COLOR_FORMAT_RGB444;
if (info->color_formats & DRM_EDID_FEATURE_RGB_YCRCB444)
info->color_formats = DRM_COLOR_FORMAT_YCRCB444;
if (info->color_formats & DRM_EDID_FEATURE_RGB_YCRCB422)
info->color_formats = DRM_COLOR_FORMAT_YCRCB422;
if (edid->features & DRM_EDID_FEATURE_RGB_YCRCB444)
info->color_formats |= DRM_COLOR_FORMAT_YCRCB444;
if (edid->features & DRM_EDID_FEATURE_RGB_YCRCB422)
info->color_formats |= DRM_COLOR_FORMAT_YCRCB422;

/* Get data from CEA blocks if present */
edid_ext = drm_find_cea_extension(edid);
Expand Down

0 comments on commit 8610f55

Please sign in to comment.