Merge "drm/msm: add mdss_smmu_request_mappings definition for non-FB targets"

This commit is contained in:
Linux Build Service Account 2017-02-25 19:49:25 -08:00 committed by Gerrit - the friendly Code Review server
commit 62a2543c63

View file

@ -45,6 +45,13 @@ struct sde_smmu_domain {
unsigned long size;
};
#ifndef CONFIG_FB_MSM_MDSS
int mdss_smmu_request_mappings(msm_smmu_handler_t callback)
{
return 0;
}
#endif
int sde_smmu_set_dma_direction(int dir)
{
struct sde_rot_data_type *mdata = sde_rot_get_mdata();