Merge drm/drm-next into drm-misc-next
We haven't done any backmerge for a while due to the merge window, and it starts to become an issue for komeda. Let's bring 5.4-rc1 in. Signed-off-by: Maxime Ripard <mripard@kernel.org>
This commit is contained in:
@@ -436,7 +436,7 @@ static int rockchip_dp_resume(struct device *dev)
|
||||
|
||||
static const struct dev_pm_ops rockchip_dp_pm_ops = {
|
||||
#ifdef CONFIG_PM_SLEEP
|
||||
.suspend = rockchip_dp_suspend,
|
||||
.suspend_late = rockchip_dp_suspend,
|
||||
.resume_early = rockchip_dp_resume,
|
||||
#endif
|
||||
};
|
||||
|
@@ -329,8 +329,7 @@ static struct component_match *rockchip_drm_match_add(struct device *dev)
|
||||
struct device *p = NULL, *d;
|
||||
|
||||
do {
|
||||
d = bus_find_device(&platform_bus_type, p, &drv->driver,
|
||||
(void *)platform_bus_type.match);
|
||||
d = platform_find_device_by_driver(p, &drv->driver);
|
||||
put_device(p);
|
||||
p = d;
|
||||
|
||||
|
@@ -39,8 +39,6 @@
|
||||
#include "rockchip_drm_vop.h"
|
||||
#include "rockchip_rgb.h"
|
||||
|
||||
#define VOP_SELF_REFRESH_ENTRY_DELAY_MS 100
|
||||
|
||||
#define VOP_WIN_SET(vop, win, name, v) \
|
||||
vop_reg_set(vop, &win->phy->name, win->base, ~0, v, #name)
|
||||
#define VOP_SCL_SET(vop, win, name, v) \
|
||||
@@ -1563,8 +1561,7 @@ static int vop_create_crtc(struct vop *vop)
|
||||
init_completion(&vop->line_flag_completion);
|
||||
crtc->port = port;
|
||||
|
||||
ret = drm_self_refresh_helper_init(crtc,
|
||||
VOP_SELF_REFRESH_ENTRY_DELAY_MS);
|
||||
ret = drm_self_refresh_helper_init(crtc);
|
||||
if (ret)
|
||||
DRM_DEV_DEBUG_KMS(vop->dev,
|
||||
"Failed to init %s with SR helpers %d, ignoring\n",
|
||||
|
Reference in New Issue
Block a user