CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/11/29 19:22:33
Modified files:
sys/dev/pci/drm/amd/display/dc/dcn21: dcn21_resource.c
Log message:
Use DC_FP_START()/DC_FP_END() around dcn2.1 paths known to cause
SSE FP exception traps, update_bw_bounding_box() and
dcn20_populate_dml_pipes_from_context().
The scope around the dcn20_fast_validate_bw() call is large to match
DC_FP_START()/DC_FP_END() use in dcn20_resource.c and avoid the
situation where a dcn2.0 path would have nested DC_FP_START() calls.
ok kettenis@