Searched refs:vc4_hdmi (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_hdmi.c | 131 static bool vc4_hdmi_supports_scrambling(struct vc4_hdmi *vc4_hdmi) in vc4_hdmi_supports_scrambling() argument 133 struct drm_display_info *display = &vc4_hdmi->connector.display_info; in vc4_hdmi_supports_scrambling() 135 lockdep_assert_held(&vc4_hdmi->mutex); in vc4_hdmi_supports_scrambling() 156 static bool vc4_hdmi_is_full_range(struct vc4_hdmi *vc4_hdmi, in vc4_hdmi_is_full_range() argument 159 const struct drm_display_mode *mode = &vc4_hdmi->saved_adjusted_mode; in vc4_hdmi_is_full_range() 160 struct drm_display_info *display = &vc4_hdmi->connector.display_info; in vc4_hdmi_is_full_range() 174 struct vc4_hdmi *vc4_hdmi = entry->file.data; in vc4_hdmi_debugfs_regs() local 175 struct drm_device *drm = vc4_hdmi->connector.dev; in vc4_hdmi_debugfs_regs() 182 WARN_ON(pm_runtime_resume_and_get(&vc4_hdmi->pdev->dev)); in vc4_hdmi_debugfs_regs() 184 drm_print_regset32(&p, &vc4_hdmi->hdmi_regset); in vc4_hdmi_debugfs_regs() [all …]
|
H A D | vc4_hdmi.h | 11 struct vc4_hdmi; 62 struct vc4_hdmi *vc4_hdmi); 65 void (*reset)(struct vc4_hdmi *vc4_hdmi); 68 void (*csc_setup)(struct vc4_hdmi *vc4_hdmi, 73 void (*set_timings)(struct vc4_hdmi *vc4_hdmi, 78 void (*phy_init)(struct vc4_hdmi *vc4_hdmi, 82 void (*phy_disable)(struct vc4_hdmi *vc4_hdmi); 85 void (*phy_rng_enable)(struct vc4_hdmi *vc4_hdmi); 88 void (*phy_rng_disable)(struct vc4_hdmi *vc4_hdmi); 91 u32 (*channel_map)(struct vc4_hdmi *vc4_hdmi, u32 channel_mask); [all …]
|
H A D | vc4_hdmi_phy.c | 130 void vc4_hdmi_phy_init(struct vc4_hdmi *vc4_hdmi, in vc4_hdmi_phy_init() argument 139 spin_lock_irqsave(&vc4_hdmi->hw_lock, flags); in vc4_hdmi_phy_init() 144 spin_unlock_irqrestore(&vc4_hdmi->hw_lock, flags); in vc4_hdmi_phy_init() 147 void vc4_hdmi_phy_disable(struct vc4_hdmi *vc4_hdmi) in vc4_hdmi_phy_disable() argument 151 spin_lock_irqsave(&vc4_hdmi->hw_lock, flags); in vc4_hdmi_phy_disable() 153 spin_unlock_irqrestore(&vc4_hdmi->hw_lock, flags); in vc4_hdmi_phy_disable() 156 void vc4_hdmi_phy_rng_enable(struct vc4_hdmi *vc4_hdmi) in vc4_hdmi_phy_rng_enable() argument 160 spin_lock_irqsave(&vc4_hdmi->hw_lock, flags); in vc4_hdmi_phy_rng_enable() 164 spin_unlock_irqrestore(&vc4_hdmi->hw_lock, flags); in vc4_hdmi_phy_rng_enable() 167 void vc4_hdmi_phy_rng_disable(struct vc4_hdmi *vc4_hdmi) in vc4_hdmi_phy_rng_disable() argument [all …]
|
H A D | vc4_hdmi_regs.h | 415 void __iomem *__vc4_hdmi_get_field_base(struct vc4_hdmi *hdmi, in __vc4_hdmi_get_field_base() 450 static inline u32 vc4_hdmi_read(struct vc4_hdmi *hdmi, in vc4_hdmi_read() 477 #define HDMI_READ(reg) vc4_hdmi_read(vc4_hdmi, reg) 479 static inline void vc4_hdmi_write(struct vc4_hdmi *hdmi, in vc4_hdmi_write() 506 #define HDMI_WRITE(reg, val) vc4_hdmi_write(vc4_hdmi, reg, val)
|
H A D | Makefile | 14 vc4_hdmi.o \
|
H A D | vc4_crtc.c | 524 struct vc4_hdmi *vc4_hdmi; in vc4_crtc_disable_at_boot() local 555 vc4_hdmi = encoder_to_vc4_hdmi(encoder); in vc4_crtc_disable_at_boot() 556 ret = pm_runtime_resume_and_get(&vc4_hdmi->pdev->dev); in vc4_crtc_disable_at_boot()
|
/openbmc/linux/Documentation/gpu/ |
H A D | vc4.rst | 36 .. kernel-doc:: drivers/gpu/drm/vc4/vc4_hdmi.c
|
/openbmc/linux/ |
H A D | opengrok2.0.log | [all...] |
/openbmc/ |
D | opengrok1.0.log | [all...] |
D | opengrok2.0.log | [all...] |