Searched hist:"80 a58240efef576ef909f7d99180ae2a70ca68a5" (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/gpu/drm/sun4i/ |
H A D | sun4i_drv.h | diff 80a58240efef576ef909f7d99180ae2a70ca68a5 Fri Apr 21 03:38:50 CDT 2017 Chen-Yu Tsai <wens@csie.org> drm/sun4i: Use lists to track registered display backends and TCONs
To support multiple display pipelines, we need to keep track of the multiple display backends and TCONs registered with the driver.
Switch to lists to track registered components. Components are only appended to their respective lists if the bind process was successful. The TCON bind function now defers if a backend was not registered.
Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
|
H A D | sun4i_backend.h | diff 80a58240efef576ef909f7d99180ae2a70ca68a5 Fri Apr 21 03:38:50 CDT 2017 Chen-Yu Tsai <wens@csie.org> drm/sun4i: Use lists to track registered display backends and TCONs
To support multiple display pipelines, we need to keep track of the multiple display backends and TCONs registered with the driver.
Switch to lists to track registered components. Components are only appended to their respective lists if the bind process was successful. The TCON bind function now defers if a backend was not registered.
Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
|
H A D | sun4i_tcon.h | diff 80a58240efef576ef909f7d99180ae2a70ca68a5 Fri Apr 21 03:38:50 CDT 2017 Chen-Yu Tsai <wens@csie.org> drm/sun4i: Use lists to track registered display backends and TCONs
To support multiple display pipelines, we need to keep track of the multiple display backends and TCONs registered with the driver.
Switch to lists to track registered components. Components are only appended to their respective lists if the bind process was successful. The TCON bind function now defers if a backend was not registered.
Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
|
H A D | sun4i_backend.c | diff 80a58240efef576ef909f7d99180ae2a70ca68a5 Fri Apr 21 03:38:50 CDT 2017 Chen-Yu Tsai <wens@csie.org> drm/sun4i: Use lists to track registered display backends and TCONs
To support multiple display pipelines, we need to keep track of the multiple display backends and TCONs registered with the driver.
Switch to lists to track registered components. Components are only appended to their respective lists if the bind process was successful. The TCON bind function now defers if a backend was not registered.
Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
|
H A D | sun4i_drv.c | diff 80a58240efef576ef909f7d99180ae2a70ca68a5 Fri Apr 21 03:38:50 CDT 2017 Chen-Yu Tsai <wens@csie.org> drm/sun4i: Use lists to track registered display backends and TCONs
To support multiple display pipelines, we need to keep track of the multiple display backends and TCONs registered with the driver.
Switch to lists to track registered components. Components are only appended to their respective lists if the bind process was successful. The TCON bind function now defers if a backend was not registered.
Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
|
H A D | sun4i_tcon.c | diff 80a58240efef576ef909f7d99180ae2a70ca68a5 Fri Apr 21 03:38:50 CDT 2017 Chen-Yu Tsai <wens@csie.org> drm/sun4i: Use lists to track registered display backends and TCONs
To support multiple display pipelines, we need to keep track of the multiple display backends and TCONs registered with the driver.
Switch to lists to track registered components. Components are only appended to their respective lists if the bind process was successful. The TCON bind function now defers if a backend was not registered.
Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
|