drm/edid: Remove arbitrary EDID extension limit
Signed-off-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
committed by
Dave Airlie
parent
2255be14cb
commit
7466f4cc50
@@ -332,7 +332,7 @@ static struct device_attribute connector_attrs_opt1[] = {
|
||||
static struct bin_attribute edid_attr = {
|
||||
.attr.name = "edid",
|
||||
.attr.mode = 0444,
|
||||
.size = 128,
|
||||
.size = 0,
|
||||
.read = edid_show,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user