commit | c51a3fd66c3881b692335a7fe1654b0b08a90a21 | [log] [tgz] |
---|---|---|
author | Ian Pilcher <arequipeno@gmail.com> | Sun Apr 22 11:40:26 2012 -0500 |
committer | Dave Airlie <airlied@redhat.com> | Fri Apr 27 08:25:13 2012 +0100 |
tree | 7e2094458f321bc65906755d613fcca713af6fa9 | |
parent | f89ec8a456dde7f18a13de77b4d79e6b05ca7c84 [diff] |
drm: Store vendor IDs directly in the EDID quirk structure EDID vendor IDs are always 3 characters long (4 with the terminating 0). It doesn't make any sense to have a (possibly 8-byte) pointer to the ID string in the quirk structure. Signed-off-by: Ian Pilcher <arequipeno@gmail.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>