linux/drivers/gpu/drm/amd/amdgpu
Nils Wallménius f498d9ed26 drm/amd: Mark some tables as const
This patch marks some compile-time constant tables 'const'.
The tables marked in this patch are the low hanging fruit
where little other changes were necesary to avoid casting
away constness etc. Also mark some tables that are private
to a file as static.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Nils Wallménius <nils.wallmenius@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2016-05-04 20:20:00 -04:00
..
amdgpu.h drm/amd: Mark some tables as const 2016-05-04 20:20:00 -04:00
amdgpu_acp.c drm/amd: cleanup get_mfd_cell_dev() 2016-02-26 12:43:47 -05:00
amdgpu_acp.h drm/amd: add pm domain for ACP IP sub blocks 2016-02-10 14:17:09 -05:00
amdgpu_acpi.c drm/amdgpu: mv amdgpu_acpi.h to amd/include/amd_acpi.h 2015-12-21 16:42:05 -05:00
amdgpu_afmt.c
amdgpu_amdkfd.c drm/amdgpu: Return -EPROBE_DEFER when amdkfd not loaded 2016-02-27 22:52:40 +02:00
amdgpu_amdkfd.h drm/amdgpu: Return -EPROBE_DEFER when amdkfd not loaded 2016-02-27 22:52:40 +02:00
amdgpu_amdkfd_gfx_v7.c drm/amdgpu: fix non-ANSI declaration of amdgpu_amdkfd_gfx_*_get_functions() 2016-01-28 14:39:34 +02:00
amdgpu_amdkfd_gfx_v8.c drm/amdgpu: fix non-ANSI declaration of amdgpu_amdkfd_gfx_*_get_functions() 2016-01-28 14:39:34 +02:00
amdgpu_atombios.c drm/amdgpu: add check for atombios GPU virtualization table 2016-02-10 14:17:10 -05:00
amdgpu_atombios.h drm/amdgpu: add check for atombios GPU virtualization table 2016-02-10 14:17:10 -05:00
amdgpu_atpx_handler.c drm/amdgpu: disable runtime pm on PX laptops without dGPU power control 2016-03-09 13:03:52 -05:00
amdgpu_benchmark.c drm/amdgpu: export reservation_object from dmabuf to ttm (v2) 2015-09-23 17:23:34 -04:00
amdgpu_bios.c drm/amdgpu: do not store bios_header_start in amdgpu_device 2016-05-02 13:08:56 -04:00
amdgpu_bo_list.c drm/amdgpu: move get_user_pages out of amdgpu_ttm_tt_pin_userptr v6 2016-03-08 11:01:50 -05:00
amdgpu_cgs.c drm/amdgpu: add an cgs interface to notify amdgpu the dpm state. 2016-04-01 10:08:27 -04:00
amdgpu_connectors.c drm/amdgpu: return from atombios_dp_get_dpcd only when error 2016-03-02 11:01:25 -05:00
amdgpu_connectors.h
amdgpu_cs.c drm/amdgpu: use ref to keep job alive 2016-05-02 15:20:07 -04:00
amdgpu_ctx.c drm/amdgpu: fix coding style in amdgpu_ctx.c 2016-02-12 15:42:54 -05:00
amdgpu_device.c drm/amdgpu: drop the GTT power of two limit 2016-05-02 15:26:55 -04:00
amdgpu_display.c drm/amd: Mark some tables as const 2016-05-04 20:20:00 -04:00
amdgpu_dpm.c
amdgpu_dpm.h
amdgpu_drv.c drm/amd: Mark some tables as const 2016-05-04 20:20:00 -04:00
amdgpu_drv.h
amdgpu_encoders.c
amdgpu_fb.c drm/amdgpu: don't init fbdev if we don't have any connectors 2016-01-26 00:35:56 -05:00
amdgpu_fence.c drm/amdgpu: fence wait old rcu slot 2016-04-01 10:08:39 -04:00
amdgpu_gart.c drm/amdgpu: optionally enable GART debugfs file 2016-05-02 15:26:57 -04:00
amdgpu_gds.h
amdgpu_gem.c drm/amdgpu: release_pages requires linux/pagemap.h 2016-03-21 13:22:52 +10:00
amdgpu_gfx.c
amdgpu_gfx.h
amdgpu_i2c.c
amdgpu_i2c.h
amdgpu_ib.c drm/amdgpu: add a fence after the VM flush 2016-05-04 20:19:24 -04:00
amdgpu_ih.c drm/amdgpu: export reservation_object from dmabuf to ttm (v2) 2015-09-23 17:23:34 -04:00
amdgpu_ih.h
amdgpu_ioc32.c
amdgpu_irq.c drm/amd: Mark some tables as const 2016-05-04 20:20:00 -04:00
amdgpu_irq.h drm/amdgpu: add irq domain support 2016-01-11 09:52:57 -05:00
amdgpu_job.c drm/amdgpu: use ref to keep job alive 2016-05-02 15:20:07 -04:00
amdgpu_kms.c drm/amd: Mark some tables as const 2016-05-04 20:20:00 -04:00
amdgpu_mn.c drm/amdgpu: add invalidate_page callback for userptrs 2016-03-21 11:52:14 -04:00
amdgpu_mode.h drm/amdgpu: remove page flip work queue v3 2016-02-16 17:25:38 -05:00
amdgpu_object.c drm/amdgpu: print vram type rather than just DDR 2016-04-01 10:08:37 -04:00
amdgpu_object.h drm/amdgpu: cleanup gem init/finit 2016-02-16 17:46:24 -05:00
amdgpu_pll.c
amdgpu_pll.h
amdgpu_pm.c Merge drm-fixes into drm-next. 2016-03-14 09:46:02 +10:00
amdgpu_pm.h
amdgpu_powerplay.c drm/amdgpu: check dpm state before pm system fs initialized. 2016-04-01 10:08:30 -04:00
amdgpu_powerplay.h drm/amd/powerplay: add basic powerplay framework 2015-12-21 16:42:07 -05:00
amdgpu_prime.c drm/amdgpu: cleanup gem init/finit 2016-02-16 17:46:24 -05:00
amdgpu_ring.c drm/amdgpu: support cond exec 2016-05-02 15:09:17 -04:00
amdgpu_sa.c Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into drm-next 2016-03-18 07:16:25 +10:00
amdgpu_sync.c drm/amdgpu: use a sync object for VMID fences v2 2016-05-04 20:19:16 -04:00
amdgpu_test.c drm/amdgpu: clean up hw semaphore support in driver 2016-02-10 14:16:49 -05:00
amdgpu_trace.h drm/amdgpu: trace the pd_addr in vm_grab_id as well 2016-02-29 11:33:59 -05:00
amdgpu_trace_points.c
amdgpu_ttm.c drm/amdgpu: optionally enable GART debugfs file 2016-05-02 15:26:57 -04:00
amdgpu_ucode.c drm/amdgpu: export reservation_object from dmabuf to ttm (v2) 2015-09-23 17:23:34 -04:00
amdgpu_ucode.h
amdgpu_uvd.c drm/amdgpu: save and restore the firwmware cache part when suspend resume 2016-04-04 17:01:00 -04:00
amdgpu_uvd.h drm/amdgpu: send UVD IB tests directly to the ring again 2016-02-10 14:17:23 -05:00
amdgpu_vce.c drm/amdgpu: move ib.fence to job.fence 2016-03-17 11:54:11 -04:00
amdgpu_vce.h drm/amdgpu: send VCE IB tests directly to the ring again 2016-02-10 14:17:24 -05:00
amdgpu_vm.c drm/amdgpu: reuse VMIDs already assigned to a process 2016-05-04 20:19:30 -04:00
atom.c drm/amdgpu/atom: add support for new div32 opcodes (v3) 2015-10-14 16:16:24 -04:00
atom.h drm/amdgpu/atom: add support for new div32 opcodes (v3) 2015-10-14 16:16:24 -04:00
atombios_crtc.c
atombios_crtc.h
atombios_dp.c drm/amdgpu/dp: add back special handling for NUTMEG 2016-03-08 11:26:34 -05:00
atombios_dp.h
atombios_encoders.c drm/amdgpu: Restore LCD backlight level on resume 2015-09-29 15:08:53 -04:00
atombios_encoders.h
atombios_i2c.c
atombios_i2c.h
ci_dpm.c Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into drm-next 2016-03-17 08:25:04 +10:00
ci_dpm.h
ci_smc.c
cik.c drm/amdgpu: mark amdgpu_allowed_register_entry tables as 'const' 2016-05-02 13:08:57 -04:00
cik.h
cik_dpm.h
cik_ih.c drm/amdgpu: add irq domain support 2016-01-11 09:52:57 -05:00
cik_ih.h
cik_sdma.c Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into drm-next 2016-03-18 07:16:25 +10:00
cik_sdma.h
cikd.h drm/amdgpu: fix rb bitmap & cu bitmap calculation 2016-03-03 01:00:20 -05:00
clearstate_ci.h
clearstate_defs.h
clearstate_vi.h
cz_dpm.c drm/amdgpu/cz: remove commented out call to enable vce pg 2016-03-02 11:01:24 -05:00
cz_dpm.h drm/amdgpu/cz: add code to enable forcing VCE clocks 2016-01-13 12:12:43 -05:00
cz_ih.c drm/amdgpu: add irq domain support 2016-01-11 09:52:57 -05:00
cz_ih.h
cz_smc.c drm/amdgpu: Update SMC/DPM for Stoney 2015-10-21 12:19:46 -04:00
cz_smumgr.h
dce_v8_0.c drm/amd/amdgpu: Fix indentation in do_set_base() (DCEv8) 2016-03-08 11:01:57 -05:00
dce_v8_0.h
dce_v10_0.c drm/amd/amdgpu: Fix identation in do_set_base() (DCEv10) 2016-03-08 11:01:55 -05:00
dce_v10_0.h
dce_v11_0.c drm/amdgpu/dce11: fix vertical bars appear on monitor 2016-05-02 15:17:30 -04:00
dce_v11_0.h
fiji_dpm.c drm/amdgpu: rename fiji_smumgr.h to fiji_smum.h 2015-12-21 16:42:44 -05:00
fiji_smc.c drm/amdgpu/smu: skip SMC ucode loading on SR-IOV capable boards (v2) 2016-02-10 14:17:13 -05:00
fiji_smum.h drm/amdgpu: rename fiji_smumgr.h to fiji_smum.h 2015-12-21 16:42:44 -05:00
gfx_v7_0.c Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into drm-next 2016-03-18 07:16:25 +10:00
gfx_v7_0.h
gfx_v8_0.c Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into drm-next 2016-03-18 07:16:25 +10:00
gfx_v8_0.h
gmc_v7_0.c drm/amdgpu/gmc: move vram type fetching into sw_init 2016-04-01 10:08:35 -04:00
gmc_v7_0.h
gmc_v8_0.c drm/amdgpu/gmc: use proper register for vram type on Fiji 2016-04-01 10:08:36 -04:00
gmc_v8_0.h
iceland_dpm.c
iceland_ih.c drm/amdgpu: add irq domain support 2016-01-11 09:52:57 -05:00
iceland_ih.h
iceland_sdma_pkt_open.h drm/amdgpu: add count field for the SDMA NOP packet v2 2015-09-02 12:21:35 -04:00
iceland_smc.c drm/amdgpu/smu: skip SMC ucode loading on SR-IOV capable boards (v2) 2016-02-10 14:17:13 -05:00
iceland_smumgr.h
Kconfig drm/amdgpu: optionally enable GART debugfs file 2016-05-02 15:26:57 -04:00
kv_dpm.c drma/dmgpu: move cg and pg flags into shared headers 2016-02-08 10:37:47 -05:00
kv_dpm.h
kv_smc.c
Makefile drm/amdgpu: rename amdgpu_sched.c to amdgpu_job.c 2016-02-10 14:17:23 -05:00
ObjectID.h
ppsmc.h
sdma_v2_4.c drm/amdgpu: move ib.fence to job.fence 2016-03-17 11:54:11 -04:00
sdma_v2_4.h
sdma_v3_0.c drm/amdgpu: patch cond exec for SDMA 2016-05-02 15:11:09 -04:00
sdma_v3_0.h
smu_ucode_xfer_vi.h
tonga_dpm.c drm/amdgpu: fix tonga smu resume 2016-01-15 12:43:11 -05:00
tonga_ih.c drm/amdgpu: add irq domain support 2016-01-11 09:52:57 -05:00
tonga_ih.h
tonga_sdma_pkt_open.h drm/amdgpu: add count field for the SDMA NOP packet v2 2015-09-02 12:21:35 -04:00
tonga_smc.c drm/amdgpu/smu: skip SMC ucode loading on SR-IOV capable boards (v2) 2016-02-10 14:17:13 -05:00
tonga_smum.h drm/amdgpu: rename tonga_smumgr.h to tonga_smum.h 2015-12-21 16:42:43 -05:00
uvd_v4_2.c drm/amdgpu: save and restore UVD context with suspend and resume 2016-04-04 17:00:50 -04:00
uvd_v4_2.h
uvd_v5_0.c drm/amd/amdgpu: Add SW clock gating support to UVD 5 and 6 2016-05-02 15:25:40 -04:00
uvd_v5_0.h
uvd_v6_0.c drm/amd/amdgpu: Add SW clock gating support to UVD 5 and 6 2016-05-02 15:25:40 -04:00
uvd_v6_0.h
vce_v2_0.c drm/amdgpu: refine code for code style. 2016-05-02 15:24:43 -04:00
vce_v2_0.h
vce_v3_0.c Merge drm-fixes into drm-next. 2016-03-14 09:46:02 +10:00
vce_v3_0.h
vi.c drm/amd/amdgpu: Enable clockgating in UVD6 for Stoney 2016-05-02 15:25:41 -04:00
vi.h
vi_dpm.h
vid.h drm/amdgpu: fix rb bitmap & cu bitmap calculation 2016-03-03 01:00:20 -05:00