1. 18 10月, 2019 2 次提交
  2. 16 10月, 2019 4 次提交
  3. 11 10月, 2019 33 次提交
  4. 08 10月, 2019 1 次提交
    • Z
      drm/amd/display: Remove set but not used variables 'pp_smu', 'old_pipe' · 6a1112da
      zhengbin 提交于
      Fixes gcc '-Wunused-but-set-variable' warning:
      
      drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c: In function dce110_enable_audio_stream:
      drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c:949:23: warning: variable pp_smu set but not used [-Wunused-but-set-variable]
      drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c: In function dce110_disable_audio_stream:
      drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c:983:23: warning: variable pp_smu set but not used [-Wunused-but-set-variable]
      drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c: In function dce110_program_front_end_for_pipe:
      drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c:2429:19: warning: variable old_pipe set but not used [-Wunused-but-set-variable]
      
      'pp_smu' is not used since commit 170a2398 ("drm/amd/display:
      make clk_mgr call enable_pme_wa")
      
      'old_pipe' is not used since commit 65d38262 ("drm/amd/display:
      fbc state could not reach while enable fbc")
      Reviewed-by: NHarry Wentland <harry.wentland@amd.com>
      Reported-by: NHulk Robot <hulkci@huawei.com>
      Signed-off-by: Nzhengbin <zhengbin13@huawei.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      6a1112da