mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-25 10:42:21 +03:00
drm/tegra: Update to Linux v6.8
Update the Tegra DRM driver to align with the upstream Linux v6.8 kernel preserving all the downstream changes that still need to be upstreamed. JIRA LINQPJ14-47 Change-Id: If0a9149bcfa2fd6276ac8100933abc3d532a5ddc Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3333320 Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#include <linux/iommu.h>
|
||||
#include <linux/interconnect.h>
|
||||
#include <linux/module.h>
|
||||
#include <linux/of.h>
|
||||
#include <linux/of_device.h>
|
||||
#include <linux/platform_device.h>
|
||||
#include <linux/pm_domain.h>
|
||||
@@ -2397,7 +2398,6 @@ static int tegra_crtc_calculate_memory_bandwidth(struct drm_crtc *crtc,
|
||||
const struct tegra_plane_state *tegra_state;
|
||||
const struct drm_plane_state *plane_state;
|
||||
struct tegra_dc *dc = to_tegra_dc(crtc);
|
||||
const struct drm_crtc_state *old_state;
|
||||
struct drm_crtc_state *new_state;
|
||||
struct tegra_plane *tegra;
|
||||
struct drm_plane *plane;
|
||||
@@ -2412,7 +2412,6 @@ static int tegra_crtc_calculate_memory_bandwidth(struct drm_crtc *crtc,
|
||||
return 0;
|
||||
|
||||
new_state = drm_atomic_get_new_crtc_state(state, crtc);
|
||||
old_state = drm_atomic_get_old_crtc_state(state, crtc);
|
||||
|
||||
/*
|
||||
* For overlapping planes pixel's data is fetched for each plane at
|
||||
|
||||
Reference in New Issue
Block a user