Commit 4923e99f authored by Jani Nikula's avatar Jani Nikula
Browse files

drm/i915: rename intel_pm_types.h -> display/intel_wm_types.h



The file was never really about pm types, and now it's even more
obvious. Move under display as intel_wm_types.h.

Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230215141910.433043-4-jani.nikula@intel.com
parent f22c982e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
#include "intel_global_state.h"
#include "intel_gmbus.h"
#include "intel_opregion.h"
#include "intel_pm_types.h"
#include "intel_wm_types.h"

struct drm_i915_private;
struct drm_property;
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@
#include "intel_display_limits.h"
#include "intel_display_power.h"
#include "intel_dpll_mgr.h"
#include "intel_pm_types.h"
#include "intel_wm_types.h"

struct drm_printer;
struct __intel_global_objs_state;
+3 −3
Original line number Diff line number Diff line
@@ -3,8 +3,8 @@
 * Copyright © 2021 Intel Corporation
 */

#ifndef __INTEL_PM_TYPES_H__
#define __INTEL_PM_TYPES_H__
#ifndef __INTEL_WM_TYPES_H__
#define __INTEL_WM_TYPES_H__

#include <linux/types.h>

@@ -73,4 +73,4 @@ static inline bool skl_ddb_entry_equal(const struct skl_ddb_entry *e1,
	return false;
}

#endif /* __INTEL_PM_TYPES_H__ */
#endif /* __INTEL_WM_TYPES_H__ */
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

#include "intel_display_limits.h"
#include "intel_global_state.h"
#include "intel_pm_types.h"
#include "intel_wm_types.h"

struct drm_i915_private;
struct intel_atomic_state;