Home
last modified time | relevance | path

Searched refs:malidp_hw_device (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/arm/
Dmalidp_hw.h135 struct malidp_hw_device;
147 int (*query_hw)(struct malidp_hw_device *hwdev);
152 void (*enter_config_mode)(struct malidp_hw_device *hwdev);
157 void (*leave_config_mode)(struct malidp_hw_device *hwdev);
162 bool (*in_config_mode)(struct malidp_hw_device *hwdev);
171 void (*set_config_valid)(struct malidp_hw_device *hwdev, u8 value);
177 void (*modeset)(struct malidp_hw_device *hwdev, struct videomode *m);
183 int (*rotmem_required)(struct malidp_hw_device *hwdev, u16 w, u16 h,
186 int (*se_set_scaling_coeffs)(struct malidp_hw_device *hwdev,
190 long (*se_calc_mclk)(struct malidp_hw_device *hwdev,
[all …]
Dmalidp_hw.c270 static int malidp500_query_hw(struct malidp_hw_device *hwdev) in malidp500_query_hw()
284 static void malidp500_enter_config_mode(struct malidp_hw_device *hwdev) in malidp500_enter_config_mode()
303 static void malidp500_leave_config_mode(struct malidp_hw_device *hwdev) in malidp500_leave_config_mode()
319 static bool malidp500_in_config_mode(struct malidp_hw_device *hwdev) in malidp500_in_config_mode()
330 static void malidp500_set_config_valid(struct malidp_hw_device *hwdev, u8 value) in malidp500_set_config_valid()
338 static void malidp500_modeset(struct malidp_hw_device *hwdev, struct videomode *mode) in malidp500_modeset()
408 static int malidp500_rotmem_required(struct malidp_hw_device *hwdev, u16 w, in malidp500_rotmem_required()
421 static void malidp500_se_write_pp_coefftab(struct malidp_hw_device *hwdev, in malidp500_se_write_pp_coefftab()
438 static int malidp500_se_set_scaling_coeffs(struct malidp_hw_device *hwdev, in malidp500_se_set_scaling_coeffs()
470 static long malidp500_se_calc_mclk(struct malidp_hw_device *hwdev, in malidp500_se_calc_mclk()
[all …]
Dmalidp_crtc.c28 struct malidp_hw_device *hwdev = malidp->dev; in malidp_crtc_mode_valid()
52 struct malidp_hw_device *hwdev = malidp->dev; in malidp_crtc_atomic_enable()
76 struct malidp_hw_device *hwdev = malidp->dev; in malidp_crtc_atomic_disable()
251 struct malidp_hw_device *hwdev = malidp->dev; in malidp_crtc_atomic_check_scaling()
341 struct malidp_hw_device *hwdev = malidp->dev; in malidp_crtc_atomic_check()
492 struct malidp_hw_device *hwdev = malidp->dev; in malidp_crtc_enable_vblank()
502 struct malidp_hw_device *hwdev = malidp->dev; in malidp_crtc_disable_vblank()
Dmalidp_drv.c41 static void malidp_write_gamma_table(struct malidp_hw_device *hwdev, in malidp_write_gamma_table()
64 struct malidp_hw_device *hwdev = malidp->dev; in malidp_atomic_commit_update_gamma()
91 struct malidp_hw_device *hwdev = malidp->dev; in malidp_atomic_commit_update_coloradj()
123 struct malidp_hw_device *hwdev = malidp->dev; in malidp_atomic_commit_se_config()
172 struct malidp_hw_device *hwdev = malidp->dev; in malidp_set_and_wait_config_valid()
393 struct malidp_hw_device *hwdev = malidp->dev; in malidp_init()
430 struct malidp_hw_device *hwdev = malidp->dev; in malidp_irq_init()
605 static bool malidp_is_compatible_hw_id(struct malidp_hw_device *hwdev, in malidp_is_compatible_hw_id()
691 struct malidp_hw_device *hwdev = malidp->dev; in malidp_runtime_pm_suspend()
710 struct malidp_hw_device *hwdev = malidp->dev; in malidp_runtime_pm_resume()
[all …]
Dmalidp_drv.h32 struct malidp_hw_device *dev;
51 struct malidp_hw_device *hwdev;
Dmalidp_mw.c243 struct malidp_hw_device *hwdev = malidp->dev; in malidp_mw_atomic_commit()