Revert "drm/amd/display: Check null pointer before dereferencing se"
This reverts commit 61ab6d9aa6
.
This commit is contained in:
parent
7569431e5a
commit
72a3d14a18
1 changed files with 1 additions and 1 deletions
|
@ -1258,7 +1258,7 @@ bool dc_validate_seamless_boot_timing(const struct dc *dc,
|
|||
if (crtc_timing->pix_clk_100hz != pix_clk_100hz)
|
||||
return false;
|
||||
|
||||
if (!se || !se->funcs->dp_get_pixel_format)
|
||||
if (!se->funcs->dp_get_pixel_format)
|
||||
return false;
|
||||
|
||||
if (!se->funcs->dp_get_pixel_format(
|
||||
|
|
Loading…
Reference in a new issue