drm_crtc.h (3019a8d7c1891ceea55820ee0f7bb36192181aa4) | drm_crtc.h (73289afe03619bac585b69f563d0bb9a52e67722) |
---|---|
1/* 2 * Copyright © 2006 Keith Packard 3 * Copyright © 2007-2008 Dave Airlie 4 * Copyright © 2007-2008 Intel Corporation 5 * Jesse Barnes <jesse.barnes@intel.com> 6 * 7 * Permission is hereby granted, free of charge, to any person obtaining a 8 * copy of this software and associated documentation files (the "Software"), --- 14 unchanged lines hidden (view full) --- 23 * OTHER DEALINGS IN THE SOFTWARE. 24 */ 25#ifndef __DRM_CRTC_H__ 26#define __DRM_CRTC_H__ 27 28#include <linux/i2c.h> 29#include <linux/spinlock.h> 30#include <linux/types.h> | 1/* 2 * Copyright © 2006 Keith Packard 3 * Copyright © 2007-2008 Dave Airlie 4 * Copyright © 2007-2008 Intel Corporation 5 * Jesse Barnes <jesse.barnes@intel.com> 6 * 7 * Permission is hereby granted, free of charge, to any person obtaining a 8 * copy of this software and associated documentation files (the "Software"), --- 14 unchanged lines hidden (view full) --- 23 * OTHER DEALINGS IN THE SOFTWARE. 24 */ 25#ifndef __DRM_CRTC_H__ 26#define __DRM_CRTC_H__ 27 28#include <linux/i2c.h> 29#include <linux/spinlock.h> 30#include <linux/types.h> |
31#include <linux/fb.h> | |
32#include <linux/media-bus-format.h> 33#include <drm/drm_modeset_lock.h> 34#include <drm/drm_mode_object.h> 35#include <drm/drm_modes.h> 36#include <drm/drm_device.h> 37#include <drm/drm_plane.h> 38#include <drm/drm_debugfs_crc.h> 39#include <drm/drm_mode_config.h> --- 1287 unchanged lines hidden --- | 31#include <linux/media-bus-format.h> 32#include <drm/drm_modeset_lock.h> 33#include <drm/drm_mode_object.h> 34#include <drm/drm_modes.h> 35#include <drm/drm_device.h> 36#include <drm/drm_plane.h> 37#include <drm/drm_debugfs_crc.h> 38#include <drm/drm_mode_config.h> --- 1287 unchanged lines hidden --- |