mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-24 07:31:41 +00:00
drm/amdgpu: move missed gfxoff entry into amdgpu_gfx header
Move missed gfxoff entry to amdgpu_gfx.h. Signed-off-by: Huang Rui <ray.huang@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
4473e1db31
commit
c2d358d724
2 changed files with 1 additions and 1 deletions
|
@ -1247,7 +1247,6 @@ void amdgpu_device_program_register_sequence(struct amdgpu_device *adev,
|
||||||
const u32 array_size);
|
const u32 array_size);
|
||||||
|
|
||||||
bool amdgpu_device_is_px(struct drm_device *dev);
|
bool amdgpu_device_is_px(struct drm_device *dev);
|
||||||
void amdgpu_gfx_off_ctrl(struct amdgpu_device *adev, bool enable);
|
|
||||||
/* atpx handler */
|
/* atpx handler */
|
||||||
#if defined(CONFIG_VGA_SWITCHEROO)
|
#if defined(CONFIG_VGA_SWITCHEROO)
|
||||||
void amdgpu_register_atpx_handler(void);
|
void amdgpu_register_atpx_handler(void);
|
||||||
|
|
|
@ -356,5 +356,6 @@ void amdgpu_gfx_bit_to_queue(struct amdgpu_device *adev, int bit,
|
||||||
int *mec, int *pipe, int *queue);
|
int *mec, int *pipe, int *queue);
|
||||||
bool amdgpu_gfx_is_mec_queue_enabled(struct amdgpu_device *adev, int mec,
|
bool amdgpu_gfx_is_mec_queue_enabled(struct amdgpu_device *adev, int mec,
|
||||||
int pipe, int queue);
|
int pipe, int queue);
|
||||||
|
void amdgpu_gfx_off_ctrl(struct amdgpu_device *adev, bool enable);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue