sna: Change message context to PROBED for initial configuration
Since we are retreiving the hw values rather than choosing a default for ourselves, it is more consistent to use PROBED rather than INFO for our message. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
f8677a971b
commit
884dd896e4
|
|
@ -3058,7 +3058,7 @@ static bool sna_probe_initial_configuration(struct sna *sna)
|
|||
if (crtc->desiredMode.status == MODE_OK) {
|
||||
DisplayModePtr M;
|
||||
|
||||
xf86DrvMsg(scrn->scrnIndex, X_INFO,
|
||||
xf86DrvMsg(scrn->scrnIndex, X_PROBED,
|
||||
"Output %s using initial mode %s on pipe %d\n",
|
||||
output->name,
|
||||
crtc->desiredMode.name,
|
||||
|
|
|
|||
Loading…
Reference in New Issue