#include "modules/inc/mod_freesync.h"
-/* Debug facilities */
-#define AMDGPU_DM_NOT_IMPL(fmt, ...) \
- DRM_INFO("DM_NOT_IMPL: " fmt, ##__VA_ARGS__)
-
/*
* dm_vblank_get_counter
*
*/
static void dm_bandwidth_update(struct amdgpu_device *adev)
{
- AMDGPU_DM_NOT_IMPL("%s\n", __func__);
+ /* TODO: implement later */
}
static void dm_set_backlight_level(struct amdgpu_encoder *amdgpu_encoder,
u8 level)
{
/* TODO: translate amdgpu_encoder to display_index and call DAL */
- AMDGPU_DM_NOT_IMPL("%s\n", __func__);
}
static u8 dm_get_backlight_level(struct amdgpu_encoder *amdgpu_encoder)
{
/* TODO: translate amdgpu_encoder to display_index and call DAL */
- AMDGPU_DM_NOT_IMPL("%s\n", __func__);
return 0;
}