Skip to content

Commit 07f3984

Browse files
arter97onettboots
authored andcommitted
drm: msm: always assume the panel is OLED
Signed-off-by: Juhyung Park <qkrwngud825@gmail.com> Signed-off-by: onettboots <blackcocopet@gmail.com>
1 parent 262d9e9 commit 07f3984

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/msm/dsi-staging/dsi_panel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ static inline void dsi_panel_release_panel_lock(struct dsi_panel *panel)
279279

280280
static inline bool dsi_panel_is_type_oled(struct dsi_panel *panel)
281281
{
282-
return (panel->panel_type == DSI_DISPLAY_PANEL_TYPE_OLED);
282+
return true;
283283
}
284284

285285
struct dsi_panel *dsi_panel_get(struct device *parent,

0 commit comments

Comments
 (0)