projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f15e6bb
)
drm/tilcdc: Add atomic and crtc headers to crtc.c
author
Sean Paul
<seanpaul@chromium.org>
Wed, 21 Sep 2016 13:14:53 +0000
(06:14 -0700)
committer
Sean Paul
<seanpaul@chromium.org>
Thu, 22 Sep 2016 06:36:53 +0000
(23:36 -0700)
Also reorder alphabetically and fix up drm_flip_work header.
Reviewed-by: Daniel Vetter <daniel@ffwll.ch>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
drivers/gpu/drm/tilcdc/tilcdc_crtc.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/tilcdc/tilcdc_crtc.c
b/drivers/gpu/drm/tilcdc/tilcdc_crtc.c
index 208768922030a7ff792fa958d772cb72f9ebb4cb..cb9df104fe5be3c15a4aa19c238c22d2efc49830 100644
(file)
--- a/
drivers/gpu/drm/tilcdc/tilcdc_crtc.c
+++ b/
drivers/gpu/drm/tilcdc/tilcdc_crtc.c
@@
-15,9
+15,11
@@
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "drm_flip_work.h"
-#include <drm/drm_plane_helper.h>
+#include <drm/drm_atomic.h>
#include <drm/drm_atomic_helper.h>
+#include <drm/drm_crtc.h>
+#include <drm/drm_flip_work.h>
+#include <drm/drm_plane_helper.h>
#include "tilcdc_drv.h"
#include "tilcdc_regs.h"