[PATCH xf86-video-modesetting 2/2] Properly identify DSI outputs
Aaron Plattner
aplattner at nvidia.com
Mon Nov 25 09:16:54 PST 2013
Reviewed-by: Aaron Plattner <aplattner at nvidia.com>
On 11/25/13 03:49, Thierry Reding wrote:
> Newer Linux kernels support DSI outputs. To be able to identify them
> properly, add DSI to the list of output names.
>
> Signed-off-by: Thierry Reding <treding at nvidia.com>
> ---
> src/drmmode_display.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/src/drmmode_display.c b/src/drmmode_display.c
> index 9965409a0307..5460c485067a 100644
> --- a/src/drmmode_display.c
> +++ b/src/drmmode_display.c
> @@ -977,6 +977,7 @@ static const char *output_names[] = { "None",
> "TV",
> "eDP",
> "Virtual",
> + "DSI",
> };
>
> static void
>
More information about the xorg-devel
mailing list