modesetting: Add the "DPI" connector type.
The number for it was merged to drm_mode.h in kernel 4.7, and the output_names[] array just requires that we slot in new strings in order. Signed-off-by: Eric Anholt <eric@anholt.net> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
fec9607c8e
commit
23f2f1932a
|
@ -1621,6 +1621,7 @@ static const char *const output_names[] = {
|
||||||
"eDP",
|
"eDP",
|
||||||
"Virtual",
|
"Virtual",
|
||||||
"DSI",
|
"DSI",
|
||||||
|
"DPI",
|
||||||
};
|
};
|
||||||
|
|
||||||
static xf86OutputPtr find_output(ScrnInfoPtr pScrn, int id)
|
static xf86OutputPtr find_output(ScrnInfoPtr pScrn, int id)
|
||||||
|
|
Loading…
Reference in New Issue