mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-04-18 06:33:43 -04:00
drm/amdgpu/display: drop DRM_AMD_DC_FBC kconfig option
Just enable it always. This was leftover from feature bring up. Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -72,13 +72,11 @@ struct irq_list_head {
|
||||
struct work_struct work;
|
||||
};
|
||||
|
||||
#if defined(CONFIG_DRM_AMD_DC_FBC)
|
||||
struct dm_comressor_info {
|
||||
void *cpu_addr;
|
||||
struct amdgpu_bo *bo_ptr;
|
||||
uint64_t gpu_addr;
|
||||
};
|
||||
#endif
|
||||
|
||||
|
||||
struct amdgpu_display_manager {
|
||||
@@ -129,9 +127,8 @@ struct amdgpu_display_manager {
|
||||
* Caches device atomic state for suspend/resume
|
||||
*/
|
||||
struct drm_atomic_state *cached_state;
|
||||
#if defined(CONFIG_DRM_AMD_DC_FBC)
|
||||
|
||||
struct dm_comressor_info compressor;
|
||||
#endif
|
||||
};
|
||||
|
||||
struct amdgpu_dm_connector {
|
||||
|
||||
Reference in New Issue
Block a user