Searched hist:e7941cc2340cc48cc84d61108707d12a59c78405 (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_drv.h | e7941cc2340cc48cc84d61108707d12a59c78405 Tue Jul 31 20:34:30 UTC 2018 Souptick Joarder <jrdr.linux@gmail.com> drm/rockchip: Convert drm_atomic_helper_suspend/resume()
convert drm_atomic_helper_suspend/resume() to use drm_mode_config_helper_suspend/resume().
With this conversion, rockchip_drm_fb_resume() and rockchip_drm_fb_suspend() will not be used anymore. Both of these functions can be removed.
Also, in struct rockchip_drm_private state will not be used anymore. So this can be removed forever.
Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com> Co-Developed-by: Ajit Negi <ajitn.linux@gmail.com> [changed to Co-Developed-by, according to process/submitting-patches.rst] Signed-off-by: Heiko Stuebner <heiko@sntech.de> Link: https://patchwork.freedesktop.org/patch/msgid/20180731203430.GA30136@jordon-HP-15-Notebook-PC
|
H A D | rockchip_drm_drv.c | e7941cc2340cc48cc84d61108707d12a59c78405 Tue Jul 31 20:34:30 UTC 2018 Souptick Joarder <jrdr.linux@gmail.com> drm/rockchip: Convert drm_atomic_helper_suspend/resume()
convert drm_atomic_helper_suspend/resume() to use drm_mode_config_helper_suspend/resume().
With this conversion, rockchip_drm_fb_resume() and rockchip_drm_fb_suspend() will not be used anymore. Both of these functions can be removed.
Also, in struct rockchip_drm_private state will not be used anymore. So this can be removed forever.
Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com> Co-Developed-by: Ajit Negi <ajitn.linux@gmail.com> [changed to Co-Developed-by, according to process/submitting-patches.rst] Signed-off-by: Heiko Stuebner <heiko@sntech.de> Link: https://patchwork.freedesktop.org/patch/msgid/20180731203430.GA30136@jordon-HP-15-Notebook-PC
|