diff options
| author | Yue Hin Lau <[email protected]> | 2017-12-04 21:58:11 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2017-12-20 19:48:22 +0000 |
| commit | b51adc77e220ddc659db7c46270596717f50cf5c (patch) | |
| tree | 0455b355083fc1dca5203dac74483753e013cdd3 /drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c | |
| parent | drm/amd/display: Put dcn_mi_registers with other structs (diff) | |
| download | kernel-b51adc77e220ddc659db7c46270596717f50cf5c.tar.gz kernel-b51adc77e220ddc659db7c46270596717f50cf5c.zip | |
drm/amd/display: Only blank DCN when we have set_blank implementation
Also rename timing_generator to optc
Signed-off-by: Yue Hin Lau <[email protected]>
Reviewed-by: Eric Bernstein <[email protected]>
Acked-by: Harry Wentland <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c')
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c index 65ce96ba6443..44825e2c9ebb 100644 --- a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c +++ b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c @@ -34,7 +34,7 @@ #include "dcn10/dcn10_mpc.h" #include "irq/dcn10/irq_service_dcn10.h" #include "dcn10/dcn10_dpp.h" -#include "dcn10/dcn10_timing_generator.h" +#include "dcn10_optc.h" #include "dcn10/dcn10_hw_sequencer.h" #include "dce110/dce110_hw_sequencer.h" #include "dcn10/dcn10_opp.h" |
