disp: msm: sde: remove all preclose logic
The DRM framework only calls the driver's preclose callback function if the LEGACY driver feature is enabled. Therefore strip out this logic as it never gets executed since LEGACY is not supported for msm_drm driver. Change-Id: I95474cd5424423ef194faae12f1241698f3e467e Signed-off-by: Steve Cohen <cohens@codeaurora.org>
此提交包含在:

提交者
Gerrit - the friendly Code Review server

父節點
ff5365a1e0
當前提交
ae2dceb0b6
@@ -93,7 +93,6 @@ struct msm_kms_funcs {
|
||||
struct drm_encoder *slave_encoder,
|
||||
bool is_cmd_mode);
|
||||
void (*postopen)(struct msm_kms *kms, struct drm_file *file);
|
||||
void (*preclose)(struct msm_kms *kms, struct drm_file *file);
|
||||
void (*postclose)(struct msm_kms *kms, struct drm_file *file);
|
||||
void (*lastclose)(struct msm_kms *kms);
|
||||
int (*register_events)(struct msm_kms *kms,
|
||||
|
新增問題並參考
封鎖使用者