Message ID | 20220913024847.552254-1-cuigaosheng1@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | Remove unused declarations for gpu/drm | expand |
Nice cleanup. Acked-by: Christian König <christian.koenig@amd.com> for the whole series. Thanks, Christian. Am 13.09.22 um 04:48 schrieb Gaosheng Cui: > This series contains a few cleanup patches, to remove unused > declarations which have been removed. Thanks! > > Gaosheng Cui (6): > drm/vmwgfx: remove unused vmw_bo_is_vmw_bo() declaration > drm/radeon/r600_cs: remove r600_cs_legacy_get_tiling_conf() > declaration > drm/radeon: remove unused declarations for radeon > drm/gma500: remove unused declarations in psb_intel_drv.h > drm/amd/pm: remove unused declarations in hardwaremanager.h > drm/i915: remove unused i915_gem_lmem_obj_ops declaration > > drivers/gpu/drm/amd/pm/powerplay/inc/hardwaremanager.h | 2 -- > drivers/gpu/drm/gma500/psb_intel_drv.h | 5 ----- > drivers/gpu/drm/i915/gem/i915_gem_lmem.h | 2 -- > drivers/gpu/drm/radeon/r600_cs.c | 2 -- > drivers/gpu/drm/radeon/radeon.h | 3 --- > drivers/gpu/drm/radeon/radeon_mode.h | 1 - > drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 1 - > 7 files changed, 16 deletions(-) >
Pushed patches 1-5 to drm-misc-next. Alex On Tue, Sep 13, 2022 at 2:14 AM Christian König <christian.koenig@amd.com> wrote: > > Nice cleanup. Acked-by: Christian König <christian.koenig@amd.com> for > the whole series. > > Thanks, > Christian. > > Am 13.09.22 um 04:48 schrieb Gaosheng Cui: > > This series contains a few cleanup patches, to remove unused > > declarations which have been removed. Thanks! > > > > Gaosheng Cui (6): > > drm/vmwgfx: remove unused vmw_bo_is_vmw_bo() declaration > > drm/radeon/r600_cs: remove r600_cs_legacy_get_tiling_conf() > > declaration > > drm/radeon: remove unused declarations for radeon > > drm/gma500: remove unused declarations in psb_intel_drv.h > > drm/amd/pm: remove unused declarations in hardwaremanager.h > > drm/i915: remove unused i915_gem_lmem_obj_ops declaration > > > > drivers/gpu/drm/amd/pm/powerplay/inc/hardwaremanager.h | 2 -- > > drivers/gpu/drm/gma500/psb_intel_drv.h | 5 ----- > > drivers/gpu/drm/i915/gem/i915_gem_lmem.h | 2 -- > > drivers/gpu/drm/radeon/r600_cs.c | 2 -- > > drivers/gpu/drm/radeon/radeon.h | 3 --- > > drivers/gpu/drm/radeon/radeon_mode.h | 1 - > > drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 1 - > > 7 files changed, 16 deletions(-) > > >