LinuxLists
Users
About
Kuogee Hsieh (
[email protected]
)
Number of posts: 898 (1.02 per day)
First post: 2021-11-02 23:48:26
Last post: 2024-04-03 17:59:18
Previous Page
/
Next Page
Date
List
Subject
2023-10-06 22:56:59
linux-kernel
[PATCH v7 2/7] drm/msm/dp: rename is_connected with link_ready
2023-10-06 22:56:57
linux-kernel
[PATCH v7 3/7] drm/msm/dp: use drm_bridge_hpd_notify() to report HPD status changes
2023-10-06 22:56:47
linux-kernel
[PATCH v7 7/7] drm/msm/dp: move of_dp_aux_populate_bus() to eDP probe()
2023-10-06 22:56:34
linux-kernel
[PATCH v7 4/7] drm/msm/dp: move parser->parse() and dp_power_client_init() to probe
2023-10-06 21:40:29
linux-kernel
[PATCH v6 7/7] drm/msm/dp: move of_dp_aux_populate_bus() to eDP probe()
2023-10-06 21:40:15
linux-kernel
[PATCH v6 2/7] drm/msm/dp: rename is_connected with link_ready
2023-10-06 21:39:42
linux-kernel
[PATCH v6 6/7] drm/msm/dp: delete EV_HPD_INIT_SETUP
2023-10-06 21:39:34
linux-kernel
[PATCH v6 5/7] drm/msm/dp: incorporate pm_runtime framework into DP driver
2023-10-06 21:39:32
linux-kernel
[PATCH v6 4/7] drm/msm/dp: move parser->parse() and dp_power_client_init() to probe
2023-10-06 21:39:19
linux-kernel
[PATCH v6 3/7] drm/msm/dp: use drm_bridge_hpd_notify() to report HPD status changes
2023-10-06 21:39:15
linux-kernel
[PATCH v6 1/7] drm/msm/dp: tie dp_display_irq_handler() with dp driver
2023-10-06 21:39:14
linux-kernel
[PATCH v6 0/7] incorporate pm runtime framework and eDP clean up
2023-10-06 20:46:30
linux-kernel
Re: [PATCH v5 5/7] drm/msm/dp: incorporate pm_runtime framework into DP driver
2023-10-06 16:47:41
linux-kernel
Re: [PATCH v5 5/7] drm/msm/dp: incorporate pm_runtime framework into DP driver
2023-10-04 16:28:01
linux-kernel
[PATCH v5 7/7] drm/msm/dp: move of_dp_aux_populate_bus() to eDP probe()
2023-10-04 16:28:00
linux-kernel
[PATCH v5 5/7] drm/msm/dp: incorporate pm_runtime framework into DP driver
2023-10-04 16:27:54
linux-kernel
[PATCH v5 6/7] drm/msm/dp: delete EV_HPD_INIT_SETUP
2023-10-04 16:27:53
linux-kernel
[PATCH v5 4/7] drm/msm/dp: move parser->parse() and dp_power_client_init() to probe
2023-10-04 16:27:49
linux-kernel
[PATCH v5 2/7] drm/msm/dp: rename is_connected with link_ready
2023-10-04 16:27:47
linux-kernel
[PATCH v5 3/7] drm/msm/dp: use drm_bridge_hpd_notify() to report HPD status changes
2023-10-04 16:27:39
linux-kernel
[PATCH v5 0/7] incorporate pm runtime framework and eDP clean up
2023-10-04 16:27:34
linux-kernel
[PATCH v5 1/7] drm/msm/dp: tie dp_display_irq_handler() with dp driver
2023-10-03 22:55:21
linux-kernel
Re: [PATCH v4 7/8] drm/msm/dp: add pm_runtime_force_suspend()/resume()
2023-10-03 22:12:59
linux-kernel
Re: [PATCH v4 7/8] drm/msm/dp: add pm_runtime_force_suspend()/resume()
2023-10-03 20:19:04
linux-kernel
Re: [PATCH v4 8/8] drm/msm/dp: move of_dp_aux_populate_bus() to eDP probe()
2023-10-03 17:25:25
linux-kernel
Re: [PATCH v4 8/8] drm/msm/dp: move of_dp_aux_populate_bus() to eDP probe()
2023-10-03 17:16:47
linux-kernel
Re: [PATCH v4 8/8] drm/msm/dp: move of_dp_aux_populate_bus() to eDP probe()
2023-10-03 16:44:35
linux-kernel
Re: [PATCH v4 7/8] drm/msm/dp: add pm_runtime_force_suspend()/resume()
2023-10-02 22:49:24
linux-kernel
Re: [PATCH v4 5/8] drm/msm/dp: incorporate pm_runtime framework into DP driver
2023-10-02 22:25:02
linux-kernel
Re: [PATCH v4 5/8] drm/msm/dp: incorporate pm_runtime framework into DP driver
2023-09-28 05:54:29
linux-kernel
[PATCH v4 3/8] drm/msm/dp: use drm_bridge_hpd_notify() to report HPD status changes
2023-09-28 04:53:45
linux-kernel
[PATCH v4 0/8] incorporate pm runtime framework and eDP clean up
2023-09-28 03:15:39
linux-kernel
[PATCH v4 8/8] drm/msm/dp: move of_dp_aux_populate_bus() to eDP probe()
2023-09-28 01:47:08
linux-kernel
[PATCH v4 1/8] drm/msm/dp: tie dp_display_irq_handler() with dp driver
2023-09-28 00:46:06
linux-kernel
[PATCH v4 7/8] drm/msm/dp: add pm_runtime_force_suspend()/resume()
2023-09-27 23:47:43
linux-kernel
[PATCH v4 2/8] drm/msm/dp: rename is_connected with link_ready
2023-09-27 22:55:27
linux-kernel
[PATCH v4 6/8] drm/msm/dp: delete EV_HPD_INIT_SETUP
2023-09-27 22:14:55
linux-kernel
[PATCH v4 5/8] drm/msm/dp: incorporate pm_runtime framework into DP driver
2023-09-27 22:02:10
linux-kernel
[PATCH v4 4/8] drm/msm/dp: move parser->parse() and dp_power_client_init() to probe
2023-09-27 19:25:57
linux-kernel
Re: [PATCH v3 1/7] drm/msm/dp: tie dp_display_irq_handler() with dp driver
2023-09-25 18:52:11
linux-kernel
Re: [PATCH v3 6/7] drm/msm/dp: add pm_runtime_force_suspend()/resume()
2023-09-23 13:10:21
linux-kernel
Re: [PATCH v3 1/7] drm/msm/dp: tie dp_display_irq_handler() with dp driver
2023-09-21 01:07:53
linux-kernel
Re: [PATCH v3 4/7] drm/msm/dp: incorporate pm_runtime framework into DP driver
2023-09-21 00:01:57
linux-kernel
Re: [PATCH v3 6/7] drm/msm/dp: add pm_runtime_force_suspend()/resume()
2023-09-19 04:56:25
linux-kernel
Re: [PATCH v3 6/7] drm/msm/dp: add pm_runtime_force_suspend()/resume()
2023-09-18 22:45:27
linux-kernel
Re: [PATCH v3 2/7] drm/msm/dp: replace is_connected with link_ready
2023-09-18 21:52:05
linux-kernel
Re: [PATCH v3 3/7] drm/msm/dp: use drm_bridge_hpd_notify() to report HPD status changes
2023-09-18 21:11:48
linux-kernel
Re: [PATCH v3 1/7] drm/msm/dp: tie dp_display_irq_handler() with dp driver
2023-09-16 07:23:51
linux-kernel
[PATCH v3 0/7] incorporate pm runtime framework and eDP clean up
2023-09-16 06:48:23
linux-kernel
[PATCH v2 4/7] drm/msm/dp: incorporate pm_runtime framework into DP driver
2023-09-16 04:51:36
linux-kernel
[PATCH v2 1/7] drm/msm/dp: tie dp_display_irq_handler() with dp driver