| .. | .. |
|---|
| 26 | 26 | #include <linux/string.h> |
|---|
| 27 | 27 | #include <linux/acpi.h> |
|---|
| 28 | 28 | |
|---|
| 29 | | -#include <drm/drmP.h> |
|---|
| 30 | | -#include <drm/drm_crtc_helper.h> |
|---|
| 29 | +#include <drm/drm_probe_helper.h> |
|---|
| 31 | 30 | #include <drm/amdgpu_drm.h> |
|---|
| 32 | 31 | #include "dm_services.h" |
|---|
| 33 | 32 | #include "amdgpu.h" |
|---|
| .. | .. |
|---|
| 48 | 47 | { |
|---|
| 49 | 48 | } |
|---|
| 50 | 49 | |
|---|
| 51 | | -bool dm_write_persistent_data(struct dc_context *ctx, |
|---|
| 52 | | - const struct dc_sink *sink, |
|---|
| 53 | | - const char *module_name, |
|---|
| 54 | | - const char *key_name, |
|---|
| 55 | | - void *params, |
|---|
| 56 | | - unsigned int size, |
|---|
| 57 | | - struct persistent_data_flag *flag) |
|---|
| 58 | | -{ |
|---|
| 59 | | - /*TODO implement*/ |
|---|
| 60 | | - return false; |
|---|
| 61 | | -} |
|---|
| 62 | | - |
|---|
| 63 | | -bool dm_read_persistent_data(struct dc_context *ctx, |
|---|
| 64 | | - const struct dc_sink *sink, |
|---|
| 65 | | - const char *module_name, |
|---|
| 66 | | - const char *key_name, |
|---|
| 67 | | - void *params, |
|---|
| 68 | | - unsigned int size, |
|---|
| 69 | | - struct persistent_data_flag *flag) |
|---|
| 70 | | -{ |
|---|
| 71 | | - /*TODO implement*/ |
|---|
| 72 | | - return false; |
|---|
| 73 | | -} |
|---|
| 74 | | - |
|---|
| 75 | 50 | /**** power component interfaces ****/ |
|---|
| 76 | | - |
|---|