| .. | .. |
|---|
| 9 | 9 | #ifndef _STI_MIXER_H_ |
|---|
| 10 | 10 | #define _STI_MIXER_H_ |
|---|
| 11 | 11 | |
|---|
| 12 | | -#include <drm/drmP.h> |
|---|
| 12 | +#include <drm/drm_crtc.h> |
|---|
| 13 | + |
|---|
| 14 | +#include <drm/drm_debugfs.h> |
|---|
| 15 | +#include <drm/drm_file.h> |
|---|
| 13 | 16 | |
|---|
| 14 | 17 | #include "sti_plane.h" |
|---|
| 18 | + |
|---|
| 19 | +struct device; |
|---|
| 15 | 20 | |
|---|
| 16 | 21 | #define to_sti_mixer(x) container_of(x, struct sti_mixer, drm_crtc) |
|---|
| 17 | 22 | |
|---|
| .. | .. |
|---|
| 53 | 58 | |
|---|
| 54 | 59 | void sti_mixer_set_background_status(struct sti_mixer *mixer, bool enable); |
|---|
| 55 | 60 | |
|---|
| 56 | | -int sti_mixer_debugfs_init(struct sti_mixer *mixer, struct drm_minor *minor); |
|---|
| 61 | +void sti_mixer_debugfs_init(struct sti_mixer *mixer, struct drm_minor *minor); |
|---|
| 57 | 62 | |
|---|
| 58 | 63 | /* depth in Cross-bar control = z order */ |
|---|
| 59 | 64 | #define GAM_MIXER_NB_DEPTH_LEVEL 6 |
|---|