Re: [PATCH] drm/amd/display: Use current connector state if NULL when checking bpc

2019-06-07 Thread Harry Wentland
On 2019-06-05 12:33 p.m., Nicholas Kazlauskas wrote: > [Why] > The old logic for checking which output depth to use relied on using > the current connector state rather than the new proposed state. This > was a problem when performing atomic commits since we weren't verifying > it against the

Re: [PATCH] drm/amd/display: Use current connector state if NULL when checking bpc

2019-06-05 Thread Kazlauskas, Nicholas
- > *From:* amd-gfx on behalf of > Nicholas Kazlauskas > *Sent:* Wednesday, June 5, 2019 12:33 PM > *To:* amd-gfx@lists.freedesktop.org > *Cc:* Li, Sun peng (Leo); Wentland, Harry; Kazlauskas, Nicholas > *Subject:* [PATCH] drm/amd/display: Use current connector state if NULL

Re: [PATCH] drm/amd/display: Use current connector state if NULL when checking bpc

2019-06-05 Thread Deucher, Alexander
] drm/amd/display: Use current connector state if NULL when checking bpc [Why] The old logic for checking which output depth to use relied on using the current connector state rather than the new proposed state. This was a problem when performing atomic commits since we weren't verifying

[PATCH] drm/amd/display: Use current connector state if NULL when checking bpc

2019-06-05 Thread Nicholas Kazlauskas
[Why] The old logic for checking which output depth to use relied on using the current connector state rather than the new proposed state. This was a problem when performing atomic commits since we weren't verifying it against the incoming max_requested_bpc. But switching this to only use the new