Re: [PATCH v3] libdrm: modetest: Allow selecting modes by index

2020-01-21 Thread Emil Velikov
On Thu, 27 Jun 2019 at 22:37, John Stultz wrote: > > Often there are many similar modes, which cannot be selected > via modetest due to its simple string matching. > > This change adds a mode index in the display output, which can > then be used to specify a specific modeline to be set. > > Cc: Il

[PATCH v3] libdrm: modetest: Allow selecting modes by index

2019-06-27 Thread John Stultz
Often there are many similar modes, which cannot be selected via modetest due to its simple string matching. This change adds a mode index in the display output, which can then be used to specify a specific modeline to be set. Cc: Ilia Mirkin Cc: Rob Clark Cc: Bjorn Andersson Cc: Sumit Semwal