Home
last modified time | relevance | path

Searched refs:dp_catalog_ctrl_set_psr (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/msm/dp/
H A Ddp_catalog.h110 void dp_catalog_ctrl_set_psr(struct dp_catalog *dp_catalog, bool enter);
H A Ddp_ctrl.c1415 dp_catalog_ctrl_set_psr(ctrl->catalog, true); in dp_ctrl_set_psr()
1420 dp_catalog_ctrl_set_psr(ctrl->catalog, false); in dp_ctrl_set_psr()
1431 dp_catalog_ctrl_set_psr(ctrl->catalog, false); in dp_ctrl_set_psr()
H A Ddp_catalog.c673 void dp_catalog_ctrl_set_psr(struct dp_catalog *dp_catalog, bool enter) in dp_catalog_ctrl_set_psr() function