]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.h
drm/msm/dpu: remove debugfs support for misr
[linux.git] / drivers / gpu / drm / msm / disp / dpu1 / dpu_crtc.h
index e87109e608e9b7ee1ef760d747f4bf69c71a1bf0..53484b15403c4cf1fb581d1c7c9f7350898ffa3d 100644 (file)
@@ -156,9 +156,6 @@ struct dpu_crtc_frame_event {
  * @event_thread  : Pointer to event handler thread
  * @event_worker  : Event worker queue
  * @event_lock    : Spinlock around event handling code
- * @misr_enable   : boolean entry indicates misr enable/disable status.
- * @misr_frame_count  : misr frame count provided by client
- * @misr_data     : store misr data before turning off the clocks.
  * @phandle: Pointer to power handler
  * @power_event   : registered power event handle
  * @cur_perf      : current performance committed to clock/bandwidth driver
@@ -206,9 +203,6 @@ struct dpu_crtc {
 
        /* for handling internal event thread */
        spinlock_t event_lock;
-       bool misr_enable;
-       u32 misr_frame_count;
-       u32 misr_data[CRTC_DUAL_MIXERS];
 
        struct dpu_power_handle *phandle;
        struct dpu_power_event *power_event;
@@ -375,9 +369,11 @@ void dpu_crtc_complete_commit(struct drm_crtc *crtc,
  * dpu_crtc_init - create a new crtc object
  * @dev: dpu device
  * @plane: base plane
+ * @cursor: cursor plane
  * @Return: new crtc object or error
  */
-struct drm_crtc *dpu_crtc_init(struct drm_device *dev, struct drm_plane *plane);
+struct drm_crtc *dpu_crtc_init(struct drm_device *dev, struct drm_plane *plane,
+                              struct drm_plane *cursor);
 
 /**
  * dpu_crtc_register_custom_event - api for enabling/disabling crtc event
This page took 0.032854 seconds and 4 git commands to generate.