Commit 1d455f8d authored by Jani Nikula's avatar Jani Nikula
Browse files

drm/i915: rename intel_drv.h to display/intel_display_types.h



Everything about the file is about display, and mostly about types
related to display. Move under display/ as intel_display_types.h to
reflect the facts.

There's still plenty to clean up, but start off with moving the file
where it logically belongs and naming according to contents.

v2: fix the include guard name in the renamed file

Reviewed-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190806113933.11799-1-jani.nikula@intel.com
parent a09d9a80
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
 *
 */

#include "intel_drv.h"
#include "intel_display_types.h"
#include "intel_dvo_dev.h"

#define CH7017_TV_DISPLAY_MODE		0x00
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

**************************************************************************/

#include "intel_drv.h"
#include "intel_display_types.h"
#include "intel_dvo_dev.h"

#define CH7xxx_REG_VID		0x4a
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
 *
 */

#include "intel_drv.h"
#include "intel_display_types.h"
#include "intel_dvo_dev.h"

/*
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@

#include "i915_drv.h"
#include "i915_reg.h"
#include "intel_drv.h"
#include "intel_display_types.h"
#include "intel_dvo_dev.h"

#define NS2501_VID 0x1305
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

**************************************************************************/

#include "intel_drv.h"
#include "intel_display_types.h"
#include "intel_dvo_dev.h"

#define SIL164_VID 0x0001
Loading