diff options
| author | Santosh Reddy Galma <galmar@nvidia.com> | 2016-09-19 14:00:04 -0400 |
|---|---|---|
| committer | Juha Tukkinen <jtukkinen@nvidia.com> | 2016-09-20 16:48:18 -0400 |
| commit | 6880fed8932f29f29cccf1aaec34acaa4fbdd4de (patch) | |
| tree | 2dba7307238c877275e089d5d34f536b40d62c05 | |
| parent | cc61624c176c18247d2714c221beb031fffa1cf3 (diff) | |
Revert "Revert "nvdisp: change tegra_get_fb_resource() def""
This reverts commit 19b24c0641b7676a7def2f328d2f84521c9965fc.
Restoring the original change.
Bug 200223962
Change-Id: Iecbc2390d7e380995d05950caafbbe56c7dbbac2
Signed-off-by: Santosh Reddy Galma <galmar@nvidia.com>
Reviewed-on: http://git-master/r/1223149
Reviewed-by: Juha Tukkinen <jtukkinen@nvidia.com>
Tested-by: Juha Tukkinen <jtukkinen@nvidia.com>
| -rw-r--r-- | drivers/video/tegra/dc/nvdisp/nvdisp_stub.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/drivers/video/tegra/dc/nvdisp/nvdisp_stub.c b/drivers/video/tegra/dc/nvdisp/nvdisp_stub.c index b8875bea9..354d1f8aa 100644 --- a/drivers/video/tegra/dc/nvdisp/nvdisp_stub.c +++ b/drivers/video/tegra/dc/nvdisp/nvdisp_stub.c | |||
| @@ -127,18 +127,12 @@ int nvdisp_register_backlight_notifier(struct tegra_dc *dc) | |||
| 127 | } | 127 | } |
| 128 | 128 | ||
| 129 | /* Update this after carve out is defined */ | 129 | /* Update this after carve out is defined */ |
| 130 | void tegra_get_fb_resource(struct resource *fb_res) | 130 | void tegra_get_fb_resource(struct resource *fb_res, int instance) |
| 131 | { | 131 | { |
| 132 | fb_res->start = 0; | 132 | fb_res->start = 0; |
| 133 | fb_res->end = 0; | 133 | fb_res->end = 0; |
| 134 | } | 134 | } |
| 135 | 135 | ||
| 136 | void tegra_get_fb2_resource(struct resource *fb2_res) | ||
| 137 | { | ||
| 138 | fb2_res->start = 0; | ||
| 139 | fb2_res->end = 0; | ||
| 140 | } | ||
| 141 | |||
| 142 | static int disp_fb_linear_set(void) | 136 | static int disp_fb_linear_set(void) |
| 143 | { | 137 | { |
| 144 | tegra_fb_linear_set(NULL); | 138 | tegra_fb_linear_set(NULL); |
