drm_mode_probed_add(connector, mode);connector->display_info.width_mm = mode->width_mm; connector->display_info.height_mm = mode->height_mm;return 1; }static const struct drm_panel_funcs jadard_jd9365da_funcs = { .prepare = jadard_jd9365da_prepare, ...
146 + drm_mode_probed_add(connector, mode); 147 + 148 + connector->display_info.width_mm = mode->width_mm; 149 + connector->display_info.height_mm = mode->height_mm; 150 + 151 + return 1; 152 + } 153 + 154 + static const struct drm_panel_funcs jadard_jd9365da_...
# define DP_PANEL_REPLAY_UNRECOVERABLE_ERROR_EN (1 << 3) # define DP_PANEL_REPLAY_RFB_STORAGE_ERROR_EN (1 << 4) # define DP_PANEL_REPLAY_ACTIVE_FRAME_CRC_ERROR_EN (1 << 5) # define DP_PANEL_REPLAY_SU_ENABLE (1 << 6) +#define PANEL_REPLAY_CONFIG2 0x1b1 /* eDP 1.5 */ ...
+# define DP_PANEL_REPLAY_VSC_SDP_CRC_EN (1 << 1) /* eDP 1.5 */ # define DP_PANEL_REPLAY_UNRECOVERABLE_ERROR_EN (1 << 3) # define DP_PANEL_REPLAY_RFB_STORAGE_ERROR_EN (1 << 4) # define DP_PANEL_REPLAY_ACTIVE_FRAME_CRC_ERROR_EN (1 << 5) # define DP_PANEL_REPLAY_SU_...
config DRM_PANEL_JDI_LT070ME05000 tristate "JDI LT070ME05000 WUXGA DSI panel" depends on OF 1 change: 1 addition & 0 deletions 1 drivers/gpu/drm/panel/Makefile Original file line numberDiff line numberDiff line change @@ -18,6 +18,7 @@ obj-$(CONFIG_DRM_PANEL_ILITEK_ILI9341) +...
mutex_init(&panel->follower_lock); panel->dev = dev; panel->funcs = funcs; panel->connector_type = connector_type; @@ -105,6 +107,7 @@ EXPORT_SYMBOL(drm_panel_remove); */ int drm_panel_prepare(struct drm_panel *panel) { struct drm_panel_follower *follower; int ret; if (!pane...
Hogander, Jouni <jouni.hogan...@intel.com> > Subject: [PATCH v3 02/20] drm/panel replay: Add edp1.5 Panel Replay bits > and register > > Add PANEL_REPLAY_CONFIGURATION_2 register and some missing Panel > Replay bits. > > Signed-off-by: Jouni Högander <jouni.hogan...@intel.com...
Add PANEL_REPLAY_CONFIGURATION_2 register and some missing Panel Replay bits. Signed-off-by: Jouni Högander <jouni.hogan...@intel.com> --- include/drm/display/drm_dp.h | 16 ++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --...
drm_mode_probed_add(connector, mode);return 1; }static const struct drm_panel_funcs s6e88a0_ams452ef01_panel_funcs = { .unprepare = s6e88a0_ams452ef01_unprepare, .prepare = s6e88a0_ams452ef01_prepare, .get_modes = s6e88a0_ams452ef01_get_modes, ...
drm_mode_probed_add(connector, mode);return 1; }static const struct drm_panel_funcs tm5p5_nt35596_panel_funcs = { .prepare = tm5p5_nt35596_prepare, .unprepare = tm5p5_nt35596_unprepare, .get_modes = tm5p5_nt35596_get_modes,