mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 02:22:34 +03:00
gpu: nvgpu: fb: Move chip specific fb code to hal
Move chip specific fb code from common to hal folder. JIRA NVGPU-2034 Change-Id: I1d982a59fa050fb429e0369287e11109232fa4a4 Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2070184 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
a15d1fa72c
commit
6be055e7be
@@ -39,13 +39,14 @@
|
||||
#include "gp10b/mm_gp10b.h"
|
||||
#include "gv11b/mm_gv11b.h"
|
||||
#include "gv11b/fifo_gv11b.h"
|
||||
#include "common/fb/fb_gp10b.h"
|
||||
#include "common/fb/fb_gm20b.h"
|
||||
#include "common/fb/fb_gv11b.h"
|
||||
#include "common/fifo/channel_gv11b.h"
|
||||
#include "nvgpu/hw/gv11b/hw_gmmu_gv11b.h"
|
||||
#include "nvgpu/hw/gv11b/hw_fb_gv11b.h"
|
||||
|
||||
#include "hal/fb/fb_gp10b.h"
|
||||
#include "hal/fb/fb_gm20b.h"
|
||||
#include "hal/fb/fb_gv11b.h"
|
||||
|
||||
#define TEST_PA_ADDRESS 0xEFAD80000000
|
||||
#define TEST_COMP_TAG 0xEF
|
||||
#define TEST_INVALID_ADDRESS 0xAAC0000000
|
||||
|
||||
Reference in New Issue
Block a user