Searched refs:malidp_hw_device (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/arm/ |
D | malidp_hw.h | 126 struct malidp_hw_device; 138 int (*query_hw)(struct malidp_hw_device *hwdev); 143 void (*enter_config_mode)(struct malidp_hw_device *hwdev); 148 void (*leave_config_mode)(struct malidp_hw_device *hwdev); 153 bool (*in_config_mode)(struct malidp_hw_device *hwdev); 162 void (*set_config_valid)(struct malidp_hw_device *hwdev, u8 value); 168 void (*modeset)(struct malidp_hw_device *hwdev, struct videomode *m); 174 int (*rotmem_required)(struct malidp_hw_device *hwdev, u16 w, u16 h, u32 fmt); 176 int (*se_set_scaling_coeffs)(struct malidp_hw_device *hwdev, 180 long (*se_calc_mclk)(struct malidp_hw_device *hwdev, [all …]
|
D | malidp_hw.c | 175 static int malidp500_query_hw(struct malidp_hw_device *hwdev) in malidp500_query_hw() 189 static void malidp500_enter_config_mode(struct malidp_hw_device *hwdev) in malidp500_enter_config_mode() 208 static void malidp500_leave_config_mode(struct malidp_hw_device *hwdev) in malidp500_leave_config_mode() 224 static bool malidp500_in_config_mode(struct malidp_hw_device *hwdev) in malidp500_in_config_mode() 235 static void malidp500_set_config_valid(struct malidp_hw_device *hwdev, u8 value) in malidp500_set_config_valid() 243 static void malidp500_modeset(struct malidp_hw_device *hwdev, struct videomode *mode) in malidp500_modeset() 289 static int malidp500_rotmem_required(struct malidp_hw_device *hwdev, u16 w, u16 h, u32 fmt) in malidp500_rotmem_required() 303 static void malidp500_se_write_pp_coefftab(struct malidp_hw_device *hwdev, in malidp500_se_write_pp_coefftab() 320 static int malidp500_se_set_scaling_coeffs(struct malidp_hw_device *hwdev, in malidp500_se_set_scaling_coeffs() 352 static long malidp500_se_calc_mclk(struct malidp_hw_device *hwdev, in malidp500_se_calc_mclk() [all …]
|
D | malidp_drv.c | 41 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() 272 struct malidp_hw_device *hwdev = malidp->dev; in malidp_init() 308 struct malidp_hw_device *hwdev = malidp->dev; in malidp_irq_init() 494 static bool malidp_is_compatible_hw_id(struct malidp_hw_device *hwdev, in malidp_is_compatible_hw_id() 580 struct malidp_hw_device *hwdev = malidp->dev; in malidp_runtime_pm_suspend() 599 struct malidp_hw_device *hwdev = malidp->dev; in malidp_runtime_pm_resume() [all …]
|
D | malidp_crtc.c | 29 struct malidp_hw_device *hwdev = malidp->dev; in malidp_crtc_mode_valid() 53 struct malidp_hw_device *hwdev = malidp->dev; in malidp_crtc_atomic_enable() 77 struct malidp_hw_device *hwdev = malidp->dev; in malidp_crtc_atomic_disable() 252 struct malidp_hw_device *hwdev = malidp->dev; in malidp_crtc_atomic_check_scaling() 342 struct malidp_hw_device *hwdev = malidp->dev; in malidp_crtc_atomic_check() 495 struct malidp_hw_device *hwdev = malidp->dev; in malidp_crtc_enable_vblank() 505 struct malidp_hw_device *hwdev = malidp->dev; in malidp_crtc_disable_vblank()
|
D | malidp_drv.h | 35 struct malidp_hw_device *dev; 54 struct malidp_hw_device *hwdev;
|
D | malidp_mw.c | 237 struct malidp_hw_device *hwdev = malidp->dev; in malidp_mw_atomic_commit()
|