/linux/drivers/gpu/drm/amd/display/dc/gpio/ |
H A D | hw_generic.h | diff 91db9311945f01901ddb9813ce11364de214a156 Mon Jul 08 17:31:39 CEST 2019 Su Sung Chung <Su.Chung@amd.com> drm/amd/display: refactor gpio to allocate hw_container in constructor
[why] if dynamic allocation fails during gpio_open, it will cause crash due to page fault.
[how] handle allocation when gpio object gets created and prevent from calling gpio_open if allocation failed
Signed-off-by: Su Sung Chung <Su.Chung@amd.com> Reviewed-by: Jun Lei <Jun.Lei@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
H A D | hw_ddc.h | diff 91db9311945f01901ddb9813ce11364de214a156 Mon Jul 08 17:31:39 CEST 2019 Su Sung Chung <Su.Chung@amd.com> drm/amd/display: refactor gpio to allocate hw_container in constructor
[why] if dynamic allocation fails during gpio_open, it will cause crash due to page fault.
[how] handle allocation when gpio object gets created and prevent from calling gpio_open if allocation failed
Signed-off-by: Su Sung Chung <Su.Chung@amd.com> Reviewed-by: Jun Lei <Jun.Lei@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
H A D | hw_hpd.h | diff 91db9311945f01901ddb9813ce11364de214a156 Mon Jul 08 17:31:39 CEST 2019 Su Sung Chung <Su.Chung@amd.com> drm/amd/display: refactor gpio to allocate hw_container in constructor
[why] if dynamic allocation fails during gpio_open, it will cause crash due to page fault.
[how] handle allocation when gpio object gets created and prevent from calling gpio_open if allocation failed
Signed-off-by: Su Sung Chung <Su.Chung@amd.com> Reviewed-by: Jun Lei <Jun.Lei@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
H A D | hw_factory.h | diff 91db9311945f01901ddb9813ce11364de214a156 Mon Jul 08 17:31:39 CEST 2019 Su Sung Chung <Su.Chung@amd.com> drm/amd/display: refactor gpio to allocate hw_container in constructor
[why] if dynamic allocation fails during gpio_open, it will cause crash due to page fault.
[how] handle allocation when gpio object gets created and prevent from calling gpio_open if allocation failed
Signed-off-by: Su Sung Chung <Su.Chung@amd.com> Reviewed-by: Jun Lei <Jun.Lei@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
H A D | hw_generic.c | diff 91db9311945f01901ddb9813ce11364de214a156 Mon Jul 08 17:31:39 CEST 2019 Su Sung Chung <Su.Chung@amd.com> drm/amd/display: refactor gpio to allocate hw_container in constructor
[why] if dynamic allocation fails during gpio_open, it will cause crash due to page fault.
[how] handle allocation when gpio object gets created and prevent from calling gpio_open if allocation failed
Signed-off-by: Su Sung Chung <Su.Chung@amd.com> Reviewed-by: Jun Lei <Jun.Lei@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
H A D | gpio_service.h | diff 91db9311945f01901ddb9813ce11364de214a156 Mon Jul 08 17:31:39 CEST 2019 Su Sung Chung <Su.Chung@amd.com> drm/amd/display: refactor gpio to allocate hw_container in constructor
[why] if dynamic allocation fails during gpio_open, it will cause crash due to page fault.
[how] handle allocation when gpio object gets created and prevent from calling gpio_open if allocation failed
Signed-off-by: Su Sung Chung <Su.Chung@amd.com> Reviewed-by: Jun Lei <Jun.Lei@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
H A D | hw_hpd.c | diff 91db9311945f01901ddb9813ce11364de214a156 Mon Jul 08 17:31:39 CEST 2019 Su Sung Chung <Su.Chung@amd.com> drm/amd/display: refactor gpio to allocate hw_container in constructor
[why] if dynamic allocation fails during gpio_open, it will cause crash due to page fault.
[how] handle allocation when gpio object gets created and prevent from calling gpio_open if allocation failed
Signed-off-by: Su Sung Chung <Su.Chung@amd.com> Reviewed-by: Jun Lei <Jun.Lei@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
H A D | gpio_base.c | diff 91db9311945f01901ddb9813ce11364de214a156 Mon Jul 08 17:31:39 CEST 2019 Su Sung Chung <Su.Chung@amd.com> drm/amd/display: refactor gpio to allocate hw_container in constructor
[why] if dynamic allocation fails during gpio_open, it will cause crash due to page fault.
[how] handle allocation when gpio object gets created and prevent from calling gpio_open if allocation failed
Signed-off-by: Su Sung Chung <Su.Chung@amd.com> Reviewed-by: Jun Lei <Jun.Lei@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
H A D | hw_ddc.c | diff 91db9311945f01901ddb9813ce11364de214a156 Mon Jul 08 17:31:39 CEST 2019 Su Sung Chung <Su.Chung@amd.com> drm/amd/display: refactor gpio to allocate hw_container in constructor
[why] if dynamic allocation fails during gpio_open, it will cause crash due to page fault.
[how] handle allocation when gpio object gets created and prevent from calling gpio_open if allocation failed
Signed-off-by: Su Sung Chung <Su.Chung@amd.com> Reviewed-by: Jun Lei <Jun.Lei@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
H A D | gpio_service.c | diff 91db9311945f01901ddb9813ce11364de214a156 Mon Jul 08 17:31:39 CEST 2019 Su Sung Chung <Su.Chung@amd.com> drm/amd/display: refactor gpio to allocate hw_container in constructor
[why] if dynamic allocation fails during gpio_open, it will cause crash due to page fault.
[how] handle allocation when gpio object gets created and prevent from calling gpio_open if allocation failed
Signed-off-by: Su Sung Chung <Su.Chung@amd.com> Reviewed-by: Jun Lei <Jun.Lei@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
/linux/drivers/gpu/drm/amd/display/dc/gpio/dce80/ |
H A D | hw_factory_dce80.c | diff 91db9311945f01901ddb9813ce11364de214a156 Mon Jul 08 17:31:39 CEST 2019 Su Sung Chung <Su.Chung@amd.com> drm/amd/display: refactor gpio to allocate hw_container in constructor
[why] if dynamic allocation fails during gpio_open, it will cause crash due to page fault.
[how] handle allocation when gpio object gets created and prevent from calling gpio_open if allocation failed
Signed-off-by: Su Sung Chung <Su.Chung@amd.com> Reviewed-by: Jun Lei <Jun.Lei@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | gpio.h | diff 91db9311945f01901ddb9813ce11364de214a156 Mon Jul 08 17:31:39 CEST 2019 Su Sung Chung <Su.Chung@amd.com> drm/amd/display: refactor gpio to allocate hw_container in constructor
[why] if dynamic allocation fails during gpio_open, it will cause crash due to page fault.
[how] handle allocation when gpio object gets created and prevent from calling gpio_open if allocation failed
Signed-off-by: Su Sung Chung <Su.Chung@amd.com> Reviewed-by: Jun Lei <Jun.Lei@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
/linux/drivers/gpu/drm/amd/display/dc/gpio/dce110/ |
H A D | hw_factory_dce110.c | diff 91db9311945f01901ddb9813ce11364de214a156 Mon Jul 08 17:31:39 CEST 2019 Su Sung Chung <Su.Chung@amd.com> drm/amd/display: refactor gpio to allocate hw_container in constructor
[why] if dynamic allocation fails during gpio_open, it will cause crash due to page fault.
[how] handle allocation when gpio object gets created and prevent from calling gpio_open if allocation failed
Signed-off-by: Su Sung Chung <Su.Chung@amd.com> Reviewed-by: Jun Lei <Jun.Lei@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
/linux/drivers/gpu/drm/amd/display/include/ |
H A D | gpio_interface.h | diff 91db9311945f01901ddb9813ce11364de214a156 Mon Jul 08 17:31:39 CEST 2019 Su Sung Chung <Su.Chung@amd.com> drm/amd/display: refactor gpio to allocate hw_container in constructor
[why] if dynamic allocation fails during gpio_open, it will cause crash due to page fault.
[how] handle allocation when gpio object gets created and prevent from calling gpio_open if allocation failed
Signed-off-by: Su Sung Chung <Su.Chung@amd.com> Reviewed-by: Jun Lei <Jun.Lei@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
/linux/drivers/gpu/drm/amd/display/dc/gpio/dce120/ |
H A D | hw_factory_dce120.c | diff 91db9311945f01901ddb9813ce11364de214a156 Mon Jul 08 17:31:39 CEST 2019 Su Sung Chung <Su.Chung@amd.com> drm/amd/display: refactor gpio to allocate hw_container in constructor
[why] if dynamic allocation fails during gpio_open, it will cause crash due to page fault.
[how] handle allocation when gpio object gets created and prevent from calling gpio_open if allocation failed
Signed-off-by: Su Sung Chung <Su.Chung@amd.com> Reviewed-by: Jun Lei <Jun.Lei@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn10/ |
H A D | hw_factory_dcn10.c | diff 91db9311945f01901ddb9813ce11364de214a156 Mon Jul 08 17:31:39 CEST 2019 Su Sung Chung <Su.Chung@amd.com> drm/amd/display: refactor gpio to allocate hw_container in constructor
[why] if dynamic allocation fails during gpio_open, it will cause crash due to page fault.
[how] handle allocation when gpio object gets created and prevent from calling gpio_open if allocation failed
Signed-off-by: Su Sung Chung <Su.Chung@amd.com> Reviewed-by: Jun Lei <Jun.Lei@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|
/linux/drivers/gpu/drm/amd/display/dc/gpio/dcn20/ |
H A D | hw_factory_dcn20.c | diff 91db9311945f01901ddb9813ce11364de214a156 Mon Jul 08 17:31:39 CEST 2019 Su Sung Chung <Su.Chung@amd.com> drm/amd/display: refactor gpio to allocate hw_container in constructor
[why] if dynamic allocation fails during gpio_open, it will cause crash due to page fault.
[how] handle allocation when gpio object gets created and prevent from calling gpio_open if allocation failed
Signed-off-by: Su Sung Chung <Su.Chung@amd.com> Reviewed-by: Jun Lei <Jun.Lei@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|