]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/gpu/drm/drm_edid.c
drm: Store vendor IDs directly in the EDID quirk structure
authorIan Pilcher <arequipeno@gmail.com>
Sun, 22 Apr 2012 16:40:26 +0000 (11:40 -0500)
committerDave Airlie <airlied@redhat.com>
Fri, 27 Apr 2012 07:25:13 +0000 (08:25 +0100)
commitc51a3fd66c3881b692335a7fe1654b0b08a90a21
tree7e2094458f321bc65906755d613fcca713af6fa9
parentf89ec8a456dde7f18a13de77b4d79e6b05ca7c84
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>
drivers/gpu/drm/drm_edid.c