[PATCH] drm/tilcdc: Add atomic and crtc headers to crtc.c
Daniel Vetter
daniel at ffwll.ch
Thu Sep 22 06:18:15 UTC 2016
On Wed, Sep 21, 2016 at 06:36:28AM -0700, Sean Paul wrote:
> Also reorder alphabetically and fix up drm_flip_work header.
>
> Signed-off-by: Sean Paul <seanpaul at chromium.org>
Reviewed-by: Daniel Vetter <daniel.vetter at ffwll.ch>
> ---
> drivers/gpu/drm/tilcdc/tilcdc_crtc.c | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/tilcdc/tilcdc_crtc.c b/drivers/gpu/drm/tilcdc/tilcdc_crtc.c
> index 2087689..cb9df10 100644
> --- 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"
> --
> 2.8.0.rc3.226.g39d4020
>
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
More information about the dri-devel
mailing list