Home
last modified time | relevance | path

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

/linux-6.12.1/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()
417 static int malidp500_rotmem_required(struct malidp_hw_device *hwdev, u16 w, in malidp500_rotmem_required()
430 static void malidp500_se_write_pp_coefftab(struct malidp_hw_device *hwdev, in malidp500_se_write_pp_coefftab()
447 static int malidp500_se_set_scaling_coeffs(struct malidp_hw_device *hwdev, in malidp500_se_set_scaling_coeffs()
479 static long malidp500_se_calc_mclk(struct malidp_hw_device *hwdev, in malidp500_se_calc_mclk()
[all …]
Dmalidp_crtc.c29 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()
79 struct malidp_hw_device *hwdev = malidp->dev; in malidp_crtc_atomic_disable()
254 struct malidp_hw_device *hwdev = malidp->dev; in malidp_crtc_atomic_check_scaling()
346 struct malidp_hw_device *hwdev = malidp->dev; in malidp_crtc_atomic_check()
500 struct malidp_hw_device *hwdev = malidp->dev; in malidp_crtc_enable_vblank()
510 struct malidp_hw_device *hwdev = malidp->dev; in malidp_crtc_disable_vblank()
Dmalidp_drv.c43 static void malidp_write_gamma_table(struct malidp_hw_device *hwdev, in malidp_write_gamma_table()
66 struct malidp_hw_device *hwdev = malidp->dev; in malidp_atomic_commit_update_gamma()
93 struct malidp_hw_device *hwdev = malidp->dev; in malidp_atomic_commit_update_coloradj()
125 struct malidp_hw_device *hwdev = malidp->dev; in malidp_atomic_commit_se_config()
174 struct malidp_hw_device *hwdev = malidp->dev; in malidp_set_and_wait_config_valid()
398 struct malidp_hw_device *hwdev = malidp->dev; in malidp_init()
428 struct malidp_hw_device *hwdev = malidp->dev; in malidp_irq_init()
593 static bool malidp_is_compatible_hw_id(struct malidp_hw_device *hwdev, in malidp_is_compatible_hw_id()
670 struct malidp_hw_device *hwdev = malidp->dev; in malidp_runtime_pm_suspend()
689 struct malidp_hw_device *hwdev = malidp->dev; in malidp_runtime_pm_resume()
[all …]
Dmalidp_drv.h33 struct malidp_hw_device *dev;
53 struct malidp_hw_device *hwdev;
Dmalidp_mw.c245 struct malidp_hw_device *hwdev = malidp->dev; in malidp_mw_atomic_commit()