drm/nouveau: silence sparse warnings about symbols not being marked static
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Bu işleme şunda yer alıyor:
@@ -1,4 +1,4 @@
|
||||
uint32_t gf100_ce_data[] = {
|
||||
static uint32_t gf100_ce_data[] = {
|
||||
/* 0x0000: ctx_object */
|
||||
0x00000000,
|
||||
/* 0x0004: ctx_query_address_high */
|
||||
@@ -171,7 +171,7 @@ uint32_t gf100_ce_data[] = {
|
||||
0x00000800,
|
||||
};
|
||||
|
||||
uint32_t gf100_ce_code[] = {
|
||||
static uint32_t gf100_ce_code[] = {
|
||||
/* 0x0000: main */
|
||||
0x04fe04bd,
|
||||
0x3517f000,
|
||||
|
@@ -1,4 +1,4 @@
|
||||
uint32_t gt215_ce_data[] = {
|
||||
static uint32_t gt215_ce_data[] = {
|
||||
/* 0x0000: ctx_object */
|
||||
0x00000000,
|
||||
/* 0x0004: ctx_dma */
|
||||
@@ -183,7 +183,7 @@ uint32_t gt215_ce_data[] = {
|
||||
0x00000800,
|
||||
};
|
||||
|
||||
uint32_t gt215_ce_code[] = {
|
||||
static uint32_t gt215_ce_code[] = {
|
||||
/* 0x0000: main */
|
||||
0x04fe04bd,
|
||||
0x3517f000,
|
||||
|
@@ -26,7 +26,7 @@
|
||||
|
||||
#include <nvif/class.h>
|
||||
|
||||
const struct nv50_disp_mthd_list
|
||||
static const struct nv50_disp_mthd_list
|
||||
g94_disp_core_mthd_sor = {
|
||||
.mthd = 0x0040,
|
||||
.addr = 0x000008,
|
||||
@@ -43,8 +43,8 @@ g94_disp_core_chan_mthd = {
|
||||
.prev = 0x000004,
|
||||
.data = {
|
||||
{ "Global", 1, &nv50_disp_core_mthd_base },
|
||||
{ "DAC", 3, &g84_disp_core_mthd_dac },
|
||||
{ "SOR", 4, &g94_disp_core_mthd_sor },
|
||||
{ "DAC", 3, &g84_disp_core_mthd_dac },
|
||||
{ "SOR", 4, &g94_disp_core_mthd_sor },
|
||||
{ "PIOR", 3, &nv50_disp_core_mthd_pior },
|
||||
{ "HEAD", 2, &g84_disp_core_mthd_head },
|
||||
{}
|
||||
|
@@ -59,7 +59,7 @@ gp104_disp_core_init(struct nv50_disp_dmac *chan)
|
||||
return 0;
|
||||
}
|
||||
|
||||
const struct nv50_disp_dmac_func
|
||||
static const struct nv50_disp_dmac_func
|
||||
gp104_disp_core_func = {
|
||||
.init = gp104_disp_core_init,
|
||||
.fini = gf119_disp_core_fini,
|
||||
|
@@ -1,4 +1,4 @@
|
||||
uint32_t gf100_grgpc_data[] = {
|
||||
static uint32_t gf100_grgpc_data[] = {
|
||||
/* 0x0000: gpc_mmio_list_head */
|
||||
0x00000064,
|
||||
/* 0x0004: gpc_mmio_list_tail */
|
||||
@@ -36,7 +36,7 @@ uint32_t gf100_grgpc_data[] = {
|
||||
0x00000000,
|
||||
};
|
||||
|
||||
uint32_t gf100_grgpc_code[] = {
|
||||
static uint32_t gf100_grgpc_code[] = {
|
||||
0x03a10ef5,
|
||||
/* 0x0004: queue_put */
|
||||
0x9800d898,
|
||||
|
@@ -1,4 +1,4 @@
|
||||
uint32_t gf117_grgpc_data[] = {
|
||||
static uint32_t gf117_grgpc_data[] = {
|
||||
/* 0x0000: gpc_mmio_list_head */
|
||||
0x0000006c,
|
||||
/* 0x0004: gpc_mmio_list_tail */
|
||||
@@ -40,7 +40,7 @@ uint32_t gf117_grgpc_data[] = {
|
||||
0x00000000,
|
||||
};
|
||||
|
||||
uint32_t gf117_grgpc_code[] = {
|
||||
static uint32_t gf117_grgpc_code[] = {
|
||||
0x03a10ef5,
|
||||
/* 0x0004: queue_put */
|
||||
0x9800d898,
|
||||
|
@@ -1,4 +1,4 @@
|
||||
uint32_t gk104_grgpc_data[] = {
|
||||
static uint32_t gk104_grgpc_data[] = {
|
||||
/* 0x0000: gpc_mmio_list_head */
|
||||
0x0000006c,
|
||||
/* 0x0004: gpc_mmio_list_tail */
|
||||
@@ -40,7 +40,7 @@ uint32_t gk104_grgpc_data[] = {
|
||||
0x00000000,
|
||||
};
|
||||
|
||||
uint32_t gk104_grgpc_code[] = {
|
||||
static uint32_t gk104_grgpc_code[] = {
|
||||
0x03a10ef5,
|
||||
/* 0x0004: queue_put */
|
||||
0x9800d898,
|
||||
|
@@ -1,4 +1,4 @@
|
||||
uint32_t gk110_grgpc_data[] = {
|
||||
static uint32_t gk110_grgpc_data[] = {
|
||||
/* 0x0000: gpc_mmio_list_head */
|
||||
0x0000006c,
|
||||
/* 0x0004: gpc_mmio_list_tail */
|
||||
@@ -40,7 +40,7 @@ uint32_t gk110_grgpc_data[] = {
|
||||
0x00000000,
|
||||
};
|
||||
|
||||
uint32_t gk110_grgpc_code[] = {
|
||||
static uint32_t gk110_grgpc_code[] = {
|
||||
0x03a10ef5,
|
||||
/* 0x0004: queue_put */
|
||||
0x9800d898,
|
||||
|
@@ -1,4 +1,4 @@
|
||||
uint32_t gk208_grgpc_data[] = {
|
||||
static uint32_t gk208_grgpc_data[] = {
|
||||
/* 0x0000: gpc_mmio_list_head */
|
||||
0x0000006c,
|
||||
/* 0x0004: gpc_mmio_list_tail */
|
||||
@@ -40,7 +40,7 @@ uint32_t gk208_grgpc_data[] = {
|
||||
0x00000000,
|
||||
};
|
||||
|
||||
uint32_t gk208_grgpc_code[] = {
|
||||
static uint32_t gk208_grgpc_code[] = {
|
||||
0x03140ef5,
|
||||
/* 0x0004: queue_put */
|
||||
0x9800d898,
|
||||
|
@@ -1,4 +1,4 @@
|
||||
uint32_t gm107_grgpc_data[] = {
|
||||
static uint32_t gm107_grgpc_data[] = {
|
||||
/* 0x0000: gpc_mmio_list_head */
|
||||
0x0000006c,
|
||||
/* 0x0004: gpc_mmio_list_tail */
|
||||
@@ -40,7 +40,7 @@ uint32_t gm107_grgpc_data[] = {
|
||||
0x00000000,
|
||||
};
|
||||
|
||||
uint32_t gm107_grgpc_code[] = {
|
||||
static uint32_t gm107_grgpc_code[] = {
|
||||
0x03410ef5,
|
||||
/* 0x0004: queue_put */
|
||||
0x9800d898,
|
||||
|
@@ -1,4 +1,4 @@
|
||||
uint32_t gf100_grhub_data[] = {
|
||||
static uint32_t gf100_grhub_data[] = {
|
||||
/* 0x0000: hub_mmio_list_head */
|
||||
0x00000300,
|
||||
/* 0x0004: hub_mmio_list_tail */
|
||||
@@ -205,7 +205,7 @@ uint32_t gf100_grhub_data[] = {
|
||||
0x0417e91c,
|
||||
};
|
||||
|
||||
uint32_t gf100_grhub_code[] = {
|
||||
static uint32_t gf100_grhub_code[] = {
|
||||
0x039b0ef5,
|
||||
/* 0x0004: queue_put */
|
||||
0x9800d898,
|
||||
|
@@ -1,4 +1,4 @@
|
||||
uint32_t gf117_grhub_data[] = {
|
||||
static uint32_t gf117_grhub_data[] = {
|
||||
/* 0x0000: hub_mmio_list_head */
|
||||
0x00000300,
|
||||
/* 0x0004: hub_mmio_list_tail */
|
||||
@@ -205,7 +205,7 @@ uint32_t gf117_grhub_data[] = {
|
||||
0x0417e91c,
|
||||
};
|
||||
|
||||
uint32_t gf117_grhub_code[] = {
|
||||
static uint32_t gf117_grhub_code[] = {
|
||||
0x039b0ef5,
|
||||
/* 0x0004: queue_put */
|
||||
0x9800d898,
|
||||
|
@@ -1,4 +1,4 @@
|
||||
uint32_t gk104_grhub_data[] = {
|
||||
static uint32_t gk104_grhub_data[] = {
|
||||
/* 0x0000: hub_mmio_list_head */
|
||||
0x00000300,
|
||||
/* 0x0004: hub_mmio_list_tail */
|
||||
@@ -205,7 +205,7 @@ uint32_t gk104_grhub_data[] = {
|
||||
0x0417e91c,
|
||||
};
|
||||
|
||||
uint32_t gk104_grhub_code[] = {
|
||||
static uint32_t gk104_grhub_code[] = {
|
||||
0x039b0ef5,
|
||||
/* 0x0004: queue_put */
|
||||
0x9800d898,
|
||||
|
@@ -1,4 +1,4 @@
|
||||
uint32_t gk110_grhub_data[] = {
|
||||
static uint32_t gk110_grhub_data[] = {
|
||||
/* 0x0000: hub_mmio_list_head */
|
||||
0x00000300,
|
||||
/* 0x0004: hub_mmio_list_tail */
|
||||
@@ -205,7 +205,7 @@ uint32_t gk110_grhub_data[] = {
|
||||
0x0417e91c,
|
||||
};
|
||||
|
||||
uint32_t gk110_grhub_code[] = {
|
||||
static uint32_t gk110_grhub_code[] = {
|
||||
0x039b0ef5,
|
||||
/* 0x0004: queue_put */
|
||||
0x9800d898,
|
||||
|
@@ -1,4 +1,4 @@
|
||||
uint32_t gk208_grhub_data[] = {
|
||||
static uint32_t gk208_grhub_data[] = {
|
||||
/* 0x0000: hub_mmio_list_head */
|
||||
0x00000300,
|
||||
/* 0x0004: hub_mmio_list_tail */
|
||||
@@ -205,7 +205,7 @@ uint32_t gk208_grhub_data[] = {
|
||||
0x0417e91c,
|
||||
};
|
||||
|
||||
uint32_t gk208_grhub_code[] = {
|
||||
static uint32_t gk208_grhub_code[] = {
|
||||
0x030e0ef5,
|
||||
/* 0x0004: queue_put */
|
||||
0x9800d898,
|
||||
|
@@ -1,4 +1,4 @@
|
||||
uint32_t gm107_grhub_data[] = {
|
||||
static uint32_t gm107_grhub_data[] = {
|
||||
/* 0x0000: hub_mmio_list_head */
|
||||
0x00000300,
|
||||
/* 0x0004: hub_mmio_list_tail */
|
||||
@@ -205,7 +205,7 @@ uint32_t gm107_grhub_data[] = {
|
||||
0x0417e91c,
|
||||
};
|
||||
|
||||
uint32_t gm107_grhub_code[] = {
|
||||
static uint32_t gm107_grhub_code[] = {
|
||||
0x030e0ef5,
|
||||
/* 0x0004: queue_put */
|
||||
0x9800d898,
|
||||
|
@@ -102,7 +102,7 @@ gf117_gr_pack_mmio[] = {
|
||||
|
||||
#include "fuc/hubgf117.fuc3.h"
|
||||
|
||||
struct gf100_gr_ucode
|
||||
static struct gf100_gr_ucode
|
||||
gf117_gr_fecs_ucode = {
|
||||
.code.data = gf117_grhub_code,
|
||||
.code.size = sizeof(gf117_grhub_code),
|
||||
@@ -112,7 +112,7 @@ gf117_gr_fecs_ucode = {
|
||||
|
||||
#include "fuc/gpcgf117.fuc3.h"
|
||||
|
||||
struct gf100_gr_ucode
|
||||
static struct gf100_gr_ucode
|
||||
gf117_gr_gpccs_ucode = {
|
||||
.code.data = gf117_grgpc_code,
|
||||
.code.size = sizeof(gf117_grgpc_code),
|
||||
|
@@ -102,7 +102,7 @@ gf100_pm_gpc[] = {
|
||||
{}
|
||||
};
|
||||
|
||||
const struct nvkm_specdom
|
||||
static const struct nvkm_specdom
|
||||
gf100_pm_part[] = {
|
||||
{ 0xe0, (const struct nvkm_specsig[]) {
|
||||
{ 0x0f, "part00_pbfb_00", gf100_pbfb_sources },
|
||||
|
@@ -1,4 +1,4 @@
|
||||
uint32_t g98_sec_data[] = {
|
||||
static uint32_t g98_sec_data[] = {
|
||||
/* 0x0000: ctx_dma */
|
||||
/* 0x0000: ctx_dma_query */
|
||||
0x00000000,
|
||||
@@ -150,7 +150,7 @@ uint32_t g98_sec_data[] = {
|
||||
0x00000000,
|
||||
};
|
||||
|
||||
uint32_t g98_sec_code[] = {
|
||||
static uint32_t g98_sec_code[] = {
|
||||
0x17f004bd,
|
||||
0x0010fe35,
|
||||
0xf10004fe,
|
||||
|
Yeni konuda referans
Bir kullanıcı engelle