[PATCH 85/85] drivers: gpu: Mark functions as static in vmwgfx_fence.c

2014-01-06 Thread Rashika Kheria
] drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:900:6: warning: no previous prototype for ?vmw_fence_obj_add_action? [-Wmissing-prototypes] drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:996:5: warning: no previous prototype for ?vmw_event_fence_action_create? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria

[PATCH 84/85] drivers: gpu: Mark functions as static in vmwgfx_buffer.c

2014-01-06 Thread Rashika Kheria
: warning: no previous prototype for ?vmw_evict_flags? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c b

[PATCH 83/85] drivers: gpu: Mark functions as static and remove unused function in vmwgfx_resource.c

2014-01-06 Thread Rashika Kheria
prototype for ?vmw_user_dmabuf_reference? [-Wmissing-prototypes] drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:1145:5: warning: no previous prototype for ?vmw_resource_do_evict? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/vmwgfx/vmwgfx_resource.c

[PATCH 82/85] drivers: gpu: Mark functions as static in vmwgfx_kms.c

2014-01-06 Thread Rashika Kheria
for ?vmw_du_update_layout? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c b/drivers/gpu/drm/vmwgfx

[PATCH 81/85] drivers: gpu: Mark function as static in via_drv.c

2014-01-06 Thread Rashika Kheria
Mark function as static because it is not used outside the file drm/via/via_drv.c. This eliminates the following warning in drm/via/via_drv.c: drivers/gpu/drm/via/via_drv.c:49:6: warning: no previous prototype for ?via_driver_postclose? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria

[PATCH 80/85] drivers: gpu: Remove unused function in ttm_lock.c

2014-01-06 Thread Rashika Kheria
Remove unused function ttm_write_lock_downgrade() from drm/ttm/ttm_lock.c. This eliminates the following warning in drm/ttm/ttm_lock.c: drivers/gpu/drm/ttm/ttm_lock.c:189:6: warning: no previous prototype for ?ttm_write_lock_downgrade? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria

[PATCH 79/85] drivers: gpu: Mark function as static in ttm_bo_util.c

2014-01-06 Thread Rashika Kheria
/ttm_bo_util.c:222:6: warning: no previous prototype for ?ttm_mem_reg_iounmap? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/ttm/ttm_bo_util.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/ttm

[PATCH 78/85] drivers: gpu: Mark function as static in ttm_bo.c

2014-01-06 Thread Rashika Kheria
Mark function as static because it is not used outside file drm/ttm/ttm_bo.c. This eliminates the following warning in drm/ttm/ttm_bo.c: drivers/gpu/drm/ttm/ttm_bo.c:960:5: warning: no previous prototype for ?ttm_bo_move_buffer? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed

[PATCH 77/85] drivers: gpu: Mark function as static in sis_drv.c

2014-01-06 Thread Rashika Kheria
Mark function as static because it is not used outside the file drm/sis/sis_drv.c. This eliminates the following warning in drm/sis/sis_drv.c: drivers/gpu/drm/sis/sis_drv.c:97:6: warning: no previous prototype for ?sis_driver_postclose? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria

[PATCH 76/85] drivers: gpu: Move prototype declaration to header file radeon_drv.h from radeon_drv.c

2014-01-06 Thread Rashika Kheria
? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/radeon_drv.c |2 -- drivers/gpu/drm/radeon/radeon_drv.h |3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_drv.c b/drivers/gpu/drm

[PATCH 75/85] drivers: gpu: Move prototype declaration to header file radeon_asic.h from cik.c

2014-01-06 Thread Rashika Kheria
] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/cik.c |3 --- drivers/gpu/drm/radeon/radeon_asic.h |3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/radeon/cik.c b/drivers/gpu/drm/radeon/cik.c index

[PATCH 74/85] drivers: gpu: Move prototype declarations to header file radeon.h from evergreen_hdmi.c

2014-01-06 Thread Rashika Kheria
/dce6_afmt.c:150:6: warning: no previous prototype for ?dce6_afmt_write_speaker_allocation? [-Wmissing-prototypes] drivers/gpu/drm/radeon/dce6_afmt.c:196:6: warning: no previous prototype for ?dce6_afmt_write_sad_regs? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett

[PATCH 73/85] drivers: gpu: Include appropriate header file in dce6_afmt.c

2014-01-06 Thread Rashika Kheria
-prototypes] drivers/gpu/drm/radeon/dce6_afmt.c:330:6: warning: no previous prototype for ?dce6_audio_fini? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/dce6_afmt.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu

[PATCH 72/85] drivers: gpu: Mark functions as static and remove unused function in ci_dpm.c

2014-01-06 Thread Rashika Kheria
for ?ci_dpm_power_control_set_level? [-Wmissing-prototypes] drivers/gpu/drm/radeon/ci_dpm.c:4822:6: warning: no previous prototype for ?ci_dpm_reset_asic? [-Wmissing-prototypes] drivers/gpu/drm/radeon/ci_dpm.c:5026:5: warning: no previous prototype for ?ci_get_vbios_boot_values? [-Wmissing-prototypes] Signed-off-by: Rashika

[PATCH 71/85] drivers: gpu: Include appropriate header file in ci_smc.c

2014-01-06 Thread Rashika Kheria
] drivers/gpu/drm/radeon/ci_smc.c:266:5: warning: no previous prototype for ?ci_write_smc_sram_dword? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/ci_smc.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/radeon

[PATCH 70/85] drivers: gpu: Remove unused function in kv_dpm.c

2014-01-06 Thread Rashika Kheria
Remove unused function kv_dpm_reset_asic() from drm/radeon/kv_dpm.c. This eliminates the following warnings in drm/radeon/kv_dpm.c: drivers/gpu/drm/radeon/kv_dpm.c:1875:6: warning: no previous prototype for ?kv_dpm_reset_asic? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed

[PATCH 69/85] drivers: gpu: Move prototype declarations to header file si_dpm.h

2014-01-06 Thread Rashika Kheria
:3793:6: warning: no previous prototype for ?si_trim_voltage_table_to_fit_state_table? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/ci_dpm.c |6 +- drivers/gpu/drm/radeon/si_dpm.h |7 +++ 2 files changed, 8 insertions

[PATCH 68/85] drivers: gpu: Remove unused function in si_dpm.c

2014-01-06 Thread Rashika Kheria
Remove unused function si_dpm_reset_asic() from drm/radeon/si_dpm.c. This elimiantes the following warnings in drm/radeon/si_dpm.c: drivers/gpu/drm/radeon/si_dpm.c:6126:6: warning: no previous prototype for ?si_dpm_reset_asic? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed

[PATCH 67/85] drivers: gpu: Include appropriate header file in si_smc.c and remove prototype declaration from header file sislands_smc.h

2014-01-06 Thread Rashika Kheria
-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/si_smc.c |1 + drivers/gpu/drm/radeon/sislands_smc.h |2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon/si_smc.c b/drivers/gpu/drm/radeon

[PATCH 66/85] drivers: gpu: Move prototype declarations to header file ni_dpm.h

2014-01-06 Thread Rashika Kheria
? [-Wmissing-prototypes] drivers/gpu/drm/radeon/ni_dpm.c:730:15: warning: no previous prototype for ?ni_get_ps? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/ni_dpm.h |2 ++ drivers/gpu/drm/radeon/si_dpm.c |3 --- 2 files

[PATCH 65/85] drivers: gpu: Include appropriate header file in ni_dpm.c

2014-01-06 Thread Rashika Kheria
-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/ni_dpm.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/radeon/ni_dpm.c b/drivers/gpu/drm/radeon/ni_dpm.c index 97aa32f..63ad349 100644 --- a/drivers/gpu/drm/radeon/ni_dpm.c +++ b/drivers/gpu/drm/radeon

[PATCH 64/85] drivers: gpu: Remove unused function in ni_dpm.c

2014-01-06 Thread Rashika Kheria
Remove unused function ni_dpm_reset_asic() from drm/radeon/ni_dpm.c. This eliminates the following warnings in drm/radeon/ni_dpm.c: drivers/gpu/drm/radeon/ni_dpm.c:3897:6: warning: no previous prototype for ?ni_dpm_reset_asic? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed

[PATCH 63/85] drivers: gpu: Include appropriate header file in trinity_dpm.c

2014-01-06 Thread Rashika Kheria
/trinity_dpm.c:1962:5: warning: no previous prototype for ?trinity_dpm_get_mclk? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/trinity_dpm.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/radeon/trinity_dpm.c b

[PATCH 62/85] drivers: gpu: Mark functions as static and remove unused function in trinity_dpm.c

2014-01-06 Thread Rashika Kheria
: no previous prototype for ?trinity_get_pi? [-Wmissing-prototypes] drivers/gpu/drm/radeon/trinity_dpm.c:1262:6: warning: no previous prototype for ?trinity_dpm_reset_asic? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/trinity_dpm.c

[PATCH 61/85] drivers: gpu: Move prototype declaration to header file sumo_dpm.h

2014-01-06 Thread Rashika Kheria
-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/sumo_dpm.h |2 ++ drivers/gpu/drm/radeon/sumo_smc.c |2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon/sumo_dpm.h b/drivers/gpu/drm/radeon

[PATCH 60/85] drivers: gpu: Include appropriate header file in sumo_dpm.c

2014-01-06 Thread Rashika Kheria
for ?sumo_dpm_get_mclk? [-Wmissing-prototypes] drivers/gpu/drm/radeon/sumo_dpm.c:1858:5: warning: no previous prototype for ?sumo_dpm_force_performance_level? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/sumo_dpm.c |1 + 1 file changed, 1 insertion

[PATCH 59/85] drivers: gpu: Mark function as static and remove unused function in sumo_dpm.c

2014-01-06 Thread Rashika Kheria
] drivers/gpu/drm/radeon/sumo_dpm.c:1333:6: warning: no previous prototype for ?sumo_dpm_reset_asic? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/sumo_dpm.c | 14 +- drivers/gpu/drm/radeon/sumo_smc.c |1 - 2 files

[PATCH 58/85] drivers: gpu: Remove unused function in btc_dpm.c

2014-01-06 Thread Rashika Kheria
Remove unused function btc_dpm_reset_asic() from drm/radeon/btc_dpm.c. This eliminates the following warnings in drm/radeon/btc_dpm.c: drivers/gpu/drm/radeon/btc_dpm.c:2311:6: warning: no previous prototype for ?btc_dpm_reset_asic? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed

[PATCH 57/85] drivers: gpu: Include appropriate header file in btc_dpm.c

2014-01-06 Thread Rashika Kheria
for ?btc_dpm_get_mclk? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/btc_dpm.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/radeon/btc_dpm.c b/drivers/gpu/drm/radeon/btc_dpm.c index 4261c3f..9b309ab9 100644 --- a/drivers/gpu

[PATCH 56/85] drivers: gpu: Remove unused function in cypress_dpm.c

2014-01-06 Thread Rashika Kheria
-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/cypress_dpm.c |6 -- 1 file changed, 6 deletions(-) diff --git a/drivers/gpu/drm/radeon/cypress_dpm.c b/drivers/gpu/drm/radeon/cypress_dpm.c index 8b9e033..7db6e87 100644 --- a/drivers/gpu/drm/radeon/cypress_dpm.c +++ b

[PATCH 55/85] drivers: gpu: Include appropriate header file in cypress_dpm.c

2014-01-06 Thread Rashika Kheria
for ?cypress_dpm_vblank_too_short? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/cypress_dpm.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/radeon/cypress_dpm.c b/drivers/gpu/drm/radeon/cypress_dpm.c index 75dc1d8..8b9e033

[PATCH 54/85] drivers: gpu: Move prototype declarations to header file rv770_dpm.h

2014-01-06 Thread Rashika Kheria
] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/btc_dpm.c |4 drivers/gpu/drm/radeon/cypress_dpm.c |4 drivers/gpu/drm/radeon/ni_dpm.c |3 --- drivers/gpu/drm/radeon/rv730_dpm.c |3 --- drivers/gpu/drm/radeon/rv740_dpm.c

[PATCH 53/85] drivers: gpu: Remove unused function in rv770_dpm.c

2014-01-06 Thread Rashika Kheria
Remove unused function rv770_dpm_reset_asic() from file drm/radeon/rv770_dpm.c. This eliminates the following warning in drm/radeon/rv770_dpm.c: drivers/gpu/drm/radeon/rv770_dpm.c:2070:6: warning: no previous prototype for ?rv770_dpm_reset_asic? [-Wmissing-prototypes] Signed-off-by: Rashika

[PATCH 52/85] drivers: gpu: Include appropriate header file in rv770_dpm.c

2014-01-06 Thread Rashika Kheria
-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/rv770_dpm.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/radeon/rv770_dpm.c b/drivers/gpu/drm/radeon/rv770_dpm.c index 913b025..cd22549 100644 --- a/drivers/gpu/drm/radeon/rv770_dpm.c +++ b

[PATCH 51/85] drivers: gpu: Include appropriate header file in rv6xx_dpm.c

2014-01-06 Thread Rashika Kheria
/gpu/drm/radeon/rv6xx_dpm.c:2082:5: warning: no previous prototype for ?rv6xx_dpm_get_mclk? [-Wmissing-prototypes] drivers/gpu/drm/radeon/rv6xx_dpm.c:2092:5: warning: no previous prototype for ?rv6xx_dpm_force_performance_level? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed

[PATCH 50/85] drivers: gpu: Include appropriate header file in rs780_dpm.c

2014-01-06 Thread Rashika Kheria
: warning: no previous prototype for ?rs780_dpm_debugfs_print_current_performance_level? [-Wmissing-prototypes] drivers/gpu/drm/radeon/rs780_dpm.c:1010:5: warning: no previous prototype for ?rs780_dpm_force_performance_level? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh

[PATCH 49/85] drivers: gpu: Include appropriate header file in r600_dpm.c

2014-01-06 Thread Rashika Kheria
for ?r600_dpm_pre_set_power_state? [-Wmissing-prototypes] drivers/gpu/drm/radeon/r600_dpm.c:712:6: warning: no previous prototype for ?r600_dpm_post_set_power_state? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/r600_dpm.c |1 + 1 file changed, 1

[PATCH 48/85] drivers: gpu: Move prototype declaration to header file radeon_asic.h from ci_dpm.c, cik_sdma.c, evergreen.c and kv_dpm.c

2014-01-06 Thread Rashika Kheria
: no previous prototype for ?cik_get_csb_buffer? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/ci_dpm.c |5 + drivers/gpu/drm/radeon/cik_sdma.c|2 -- drivers/gpu/drm/radeon/evergreen.c |4 drivers/gpu/drm

[PATCH 47/85] drivers: gpu: Move prototype declarations to appropriate header file radeon_asic.h

2014-01-06 Thread Rashika Kheria
: no previous prototype for ?si_rlc_reset? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/cik.c |3 --- drivers/gpu/drm/radeon/evergreen.c |2 -- drivers/gpu/drm/radeon/radeon_asic.h |8 drivers/gpu/drm/radeon

[PATCH 46/85] drivers: gpu: Move prototype declarations to header file radeon_mode.h from radeon_i2c.c

2014-01-06 Thread Rashika Kheria
: warning: no previous prototype for ?radeon_atom_hw_i2c_xfer? [-Wmissing-prototypes] drivers/gpu/drm/radeon/atombios_i2c.c:146:5: warning: no previous prototype for ?radeon_atom_hw_i2c_func? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon

[PATCH 45/85] drivers: gpu: Include appropriate header file in atombios_encoders.c

2014-01-06 Thread Rashika Kheria
prototype for ?atombios_get_backlight_level? [-Wmissing-prototypes] drivers/gpu/drm/radeon/atombios_encoders.c:86:1: warning: no previous prototype for ?atombios_set_backlight_level? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon

[PATCH 44/85] drivers: gpu: Move prototype declaration to header file radeon_mode.h from radeon_atombios.c and radeon_encoders.c

2014-01-06 Thread Rashika Kheria
/atombios_encoders.c:177:6: warning: no previous prototype for ?radeon_atom_backlight_init? [-Wmissing-prototypes] drivers/gpu/drm/radeon/atombios_encoders.c:2600:1: warning: no previous prototype for ?radeon_add_atom_encoder? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett

[PATCH 43/85] drivers: gpu: Move prototype declarations to header file radeon_asic.h from evergreen.c and ni_dma.c

2014-01-06 Thread Rashika Kheria
for ?cayman_vm_decode_fault? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/evergreen.c |4 drivers/gpu/drm/radeon/ni_dma.c |2 -- drivers/gpu/drm/radeon/radeon_asic.h |5 + 3 files changed, 5 insertions(+), 6 deletions

[PATCH 42/85] drivers: gpu: Move prototype declarations to header file radeon_asic.h

2014-01-06 Thread Rashika Kheria
: no previous prototype for ?evergreen_irq_suspend? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/cik.c |5 - drivers/gpu/drm/radeon/evergreen_dma.c |2 -- drivers/gpu/drm/radeon/ni.c| 10

[PATCH 41/85] drivers: gpu: Include appropriate header file in evergreen_cs.c

2014-01-06 Thread Rashika Kheria
/radeon/evergreen_cs.c:3423:5: warning: no previous prototype for ?evergreen_dma_ib_parse? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/evergreen_cs.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/radeon

[PATCH 40/85] drivers: gpu: Mark function as static in r600_hdmi.c

2014-01-06 Thread Rashika Kheria
-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/r600_hdmi.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/radeon/r600_hdmi.c b/drivers/gpu/drm/radeon/r600_hdmi.c index b7d3ecb..3016fc1 100644 --- a/drivers/gpu/drm

[PATCH 39/85] drivers: gpu: Move prototype declaration to header file radeon_mode.h from atombios_i2c.c

2014-01-06 Thread Rashika Kheria
for ?radeon_atom_copy_swap? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/atombios_i2c.c |2 -- drivers/gpu/drm/radeon/radeon_mode.h |1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon

[PATCH 38/85] drivers: gpu: Move prototype declaration to header file radeon.h from radeon_acpi.c

2014-01-06 Thread Rashika Kheria
for ?radeon_pm_acpi_event_handler? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/radeon.h |1 + drivers/gpu/drm/radeon/radeon_acpi.c |2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon

[PATCH 37/85] drivers: gpu: Include appropriate header file in r600_cs.c

2014-01-06 Thread Rashika Kheria
? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/r600_cs.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/radeon/r600_cs.c b/drivers/gpu/drm/radeon/r600_cs.c index 5dceea6..3b3be00 100644 --- a/drivers/gpu/drm

[PATCH 36/85] drivers: gpu: Move prototype declarations to header file radeon_mode.h from radeon_atombios.c and radeon_combios.c

2014-01-06 Thread Rashika Kheria
/radeon_encoders.c:86:1: warning: no previous prototype for ?radeon_get_encoder_enum? [-Wmissing-prototypes] drivers/gpu/drm/radeon/radeon_encoders.c:162:1: warning: no previous prototype for ?radeon_link_encoder_connector? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett

[PATCH 35/85] drivers: gpu: Move prototype declaration to header file radeon_mode.h

2014-01-06 Thread Rashika Kheria
/radeon_connectors.c:1588:1: warning: no previous prototype for ?radeon_add_atom_connector? [-Wmissing-prototypes] drivers/gpu/drm/radeon/radeon_connectors.c:2020:1: warning: no previous prototype for ?radeon_add_legacy_connector? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett

[PATCH 34/85] drivers: gpu: Move prototype declaration to appropriate header file radeon_mode.h

2014-01-06 Thread Rashika Kheria
/radeon_combios.c:3449:1: warning: no previous prototype for ?radeon_combios_connected_scratch_regs? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/radeon_connectors.c |5 - drivers/gpu/drm/radeon/radeon_mode.h |5 + 2

[PATCH 33/85] drivers: gpu: Include appropriate header file in radeon_atombios.c

2014-01-06 Thread Rashika Kheria
: no previous prototype for ?radeon_atom_set_engine_clock? [-Wmissing-prototypes] drivers/gpu/drm/radeon/radeon_atombios.c:2978:6: warning: no previous prototype for ?radeon_atom_set_memory_clock? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon

[PATCH 32/85] drivers: gpu: Move prototype declarations to header file atombios.h

2014-01-06 Thread Rashika Kheria
/radeon_atombios.c:4012:1: warning: no previous prototype for ?radeon_atombios_connected_scratch_regs? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/atombios.h |8 drivers/gpu/drm/radeon/atombios_encoders.c

[PATCH 31/85] drivers: gpu: Add static keyword to the definition of KMS_INVALID_IOCTL in radeon_kms.c

2014-01-06 Thread Rashika Kheria
-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/radeon_kms.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/radeon/radeon_kms.c b/drivers/gpu/drm/radeon/radeon_kms.c index 03cbb6b..4797b41 100644 --- a/drivers

[PATCH 30/85] drivers: gpu: Move prototype declarations to appropriate header file radeon.h

2014-01-06 Thread Rashika Kheria
-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/cik.c |2 -- drivers/gpu/drm/radeon/r600_dma.c |2 -- drivers/gpu/drm/radeon/radeon.h |5 + drivers/gpu/drm/radeon/si.c |2 -- 4 files changed, 5 insertions(+), 6 deletions

[PATCH 29/85] drivers: gpu: Include appropriate header file in radeon_ring.c

2014-01-06 Thread Rashika Kheria
-prototypes] drivers/gpu/drm/radeon/radeon_ring.c:358:6: warning: no previous prototype for ?radeon_ring_generic_set_wptr? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/radeon_ring.c |1 + 1 file changed, 1 insertion(+) diff --git

[PATCH 28/85] drivers: gpu: Mark function as static in radeon_gem.c

2014-01-06 Thread Rashika Kheria
-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/radeon_gem.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/radeon/radeon_gem.c b/drivers/gpu/drm/radeon/radeon_gem.c index 805c5e5..b96c819 100644

[PATCH 27/85] drivers: gpu: Include appropriate header file in radeon_clocks.c

2014-01-06 Thread Rashika Kheria
for ?radeon_legacy_get_memory_clock? [-Wmissing-prototypes] drivers/gpu/drm/radeon/radeon_clocks.c:385:6: warning: no previous prototype for ?radeon_legacy_set_engine_clock? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/radeon_clocks.c |1 + 1 file changed, 1

[PATCH 26/85] drivers: gpu: Include appropriate header file in radeon_legacy_encoders.c

2014-01-06 Thread Rashika Kheria
for ?radeon_legacy_set_backlight_level? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/radeon_legacy_encoders.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/radeon/radeon_legacy_encoders.c b/drivers/gpu/drm/radeon

[PATCH 25/85] drivers: gpu: Mark function as static in radeon_object.c

2014-01-06 Thread Rashika Kheria
? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/radeon_object.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/radeon/radeon_object.c b/drivers/gpu/drm/radeon/radeon_object.c index 2543430..4820cc8 100644

[PATCH 24/85] drivers: gpu: Move prototype declarations to header file from radeon_object.c

2014-01-06 Thread Rashika Kheria
for ?radeon_ttm_init? [-Wmissing-prototypes] drivers/gpu/drm/radeon/radeon_ttm.c:750:6: warning: no previous prototype for ?radeon_ttm_fini? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/radeon.h|3 +++ drivers/gpu/drm/radeon

[PATCH 23/85] drivers: gpu: Mark function as static in radeon_kms.c

2014-01-06 Thread Rashika Kheria
-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/radeon_kms.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/radeon/radeon_kms.c b/drivers/gpu/drm/radeon/radeon_kms.c index 55d0b47..03cbb6b 100644 --- a/drivers/gpu

[PATCH 22/85] drivers: gpu: Mark functions as static in radeon_device.c

2014-01-06 Thread Rashika Kheria
for ?radeon_doorbell_init? [-Wmissing-prototypes] drivers/gpu/drm/radeon/radeon_device.c:281:6: warning: no previous prototype for ?radeon_doorbell_fini? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/radeon_device.c |4 ++-- 1

[PATCH 21/85] drivers: gpu: Include appropriate header file in r128_ioc32.c

2014-01-06 Thread Rashika Kheria
prototype for ?r128_compat_ioctl? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/r128/r128_ioc32.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/r128/r128_ioc32.c b/drivers/gpu/drm/r128/r128_ioc32.c index a954c54..b0d0fd3

[PATCH 20/85] drivers: gpu: Mark function as static in qxl_kms.c

2014-01-06 Thread Rashika Kheria
-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/qxl/qxl_kms.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/qxl/qxl_kms.c b/drivers/gpu/drm/qxl/qxl_kms.c index e5ca498..fd88eb4 100644 --- a/drivers/gpu/drm/qxl/qxl_kms.c +++ b/drivers/gpu/drm

[PATCH 19/85] drivers: gpu: Include appropriate header file in overlay.c

2014-01-06 Thread Rashika Kheria
/overlay.c:335:1: warning: no previous prototype for ?nouveau_overlay_init? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/nouveau/dispnv04/overlay.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/nouveau/dispnv04/overlay.c b

[PATCH 18/85] drivers: gpu: Mark function as static in nv10_fence.c

2014-01-06 Thread Rashika Kheria
? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/nouveau/nv10_fence.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/nv10_fence.c b/drivers/gpu/drm/nouveau/nv10_fence.c index 06f434f..b5de158 100644

[PATCH 17/85] drivers: gpu: Mark function as static in base.c

2014-01-06 Thread Rashika Kheria
prototype for ?nouveau_perfsig_find? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/nouveau/core/engine/perfmon/base.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/core/engine/perfmon/base.c b

[PATCH 16/85] drivers: gpu: Mark functions as static in nvc0.c

2014-01-06 Thread Rashika Kheria
: warning: no previous prototype for ?nvc0_graph_init_fw? [-Wmissing-prototypes] drivers/gpu/drm/nouveau/core/engine/graph/nvc0.c:1082:1: warning: no previous prototype for ?nvc0_graph_ctor_fw? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/nouveau

[PATCH 15/85] drivers: gpu: Mark function as static in ctxnvd7.c

2014-01-06 Thread Rashika Kheria
prototype for ?nvd7_grctx_generate_main? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- .../gpu/drm/nouveau/core/engine/graph/ctxnvd7.c|2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/core/engine/graph

[PATCH 14/85] drivers: gpu: Mark function as static in nv94.c

2014-01-06 Thread Rashika Kheria
? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/nouveau/core/subdev/i2c/nv94.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/core/subdev/i2c/nv94.c b/drivers/gpu/drm/nouveau/core/subdev/i2c/nv94.c

[PATCH 13/85] drivers: gpu: Mark functions as static and remove unused function in nve0.c

2014-01-06 Thread Rashika Kheria
-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/nouveau/core/subdev/gpio/nve0.c | 17 + 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/drivers/gpu/drm/nouveau/core/subdev/gpio/nve0.c b/drivers/gpu/drm/nouveau/core/subdev/gpio/nve0.c index 16b8c5b

[PATCH 12/85] drivers: gpu: Mark functions as static in mgag200_ttm.c

2014-01-06 Thread Rashika Kheria
prototype for ?mgag200_ttm_tt_create? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/mgag200/mgag200_ttm.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/mgag200/mgag200_ttm.c b/drivers/gpu/drm/mgag200

[PATCH 11/85] drivers: gpu: Mark functions as static in mgag200_mode.c

2014-01-06 Thread Rashika Kheria
for ?mga_connector_best_encoder? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/mgag200/mgag200_mode.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/mgag200/mgag200_mode.c b/drivers/gpu/drm/mgag200

[PATCH 10/85] drivers: gpu: Mark function as static in mgag200_main.c

2014-01-06 Thread Rashika Kheria
-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/mgag200/mgag200_main.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/mgag200/mgag200_main.c b/drivers/gpu/drm/mgag200/mgag200_main.c index b1120cb..a1bfe72 100644

[PATCH 09/85] drivers: gpu: Include appropriate header file in mga_ioc32.c

2014-01-06 Thread Rashika Kheria
prototype for ?mga_compat_ioctl? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/mga/mga_ioc32.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/mga/mga_ioc32.c b/drivers/gpu/drm/mga/mga_ioc32.c index 709e90d..86b4bb8 100644

[PATCH 08/85] drivers: gpu: Mark function as static in cdv_intel_dp.c

2014-01-06 Thread Rashika Kheria
for ?cdv_intel_fixed_panel_mode? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/gma500/cdv_intel_dp.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/gma500/cdv_intel_dp.c b/drivers/gpu/drm/gma500/cdv_intel_dp.c index f88a181

[PATCH 07/85] drivers: gpu: Mark functions as static and remove unused function in cirrus_ttm.c

2014-01-06 Thread Rashika Kheria
/cirrus/cirrus_ttm.c:211:16: warning: no previous prototype for ?cirrus_ttm_tt_create? [-Wmissing-prototypes] drivers/gpu/drm/cirrus/cirrus_ttm.c:378:5: warning: no previous prototype for ?cirrus_bo_unpin? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett

[PATCH 06/85] drivers: gpu: Mark functions as static in cirrus_mode.c

2014-01-06 Thread Rashika Kheria
: no previous prototype for ?cirrus_vga_get_modes? [-Wmissing-prototypes] drivers/gpu/drm/cirrus/cirrus_mode.c:512:21: warning: no previous prototype for ?cirrus_connector_best_encoder? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/cirrus/cirrus_mode.c

[PATCH 05/85] drivers: gpu: Mark function as static in cirrus_main.c

2014-01-06 Thread Rashika Kheria
] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/cirrus/cirrus_main.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/cirrus/cirrus_main.c b/drivers/gpu/drm/cirrus/cirrus_main.c index 78e76f2..4b0170c 100644 --- a/drivers/gpu

[PATCH 04/85] drivers: gpu: Mark functions as static in ast_ttm.c

2014-01-06 Thread Rashika Kheria
-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/ast/ast_ttm.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/ast/ast_ttm.c b/drivers/gpu/drm/ast/ast_ttm.c index 32aecb3..4ea9b17 100644 --- a/drivers/gpu/drm/ast/ast_ttm.c +++ b/drivers/gpu

[PATCH 03/85] drivers: gpu: Mark functions as static in ast_mode.c

2014-01-06 Thread Rashika Kheria
? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/ast/ast_mode.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/gpu/drm/ast/ast_mode.c b/drivers/gpu/drm/ast/ast_mode.c index 7fc9f72..cca063b 100644

[PATCH 02/85] drivers: gpu: Mark function as static and remove unused function in ast_main.c

2014-01-06 Thread Rashika Kheria
for ?ast_get_max_dclk? [-Wmissing-prototypes] drivers/gpu/drm/ast/ast_main.c:452:6: warning: no previous prototype for ?ast_bo_unref? [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/ast/ast_main.c | 49 +--- 1 file changed, 1

[PATCH 01/85] drivers: gpu: Include appropriate header file in drm_usb.c

2014-01-06 Thread Rashika Kheria
: no previous prototype for ?drm_get_usb_dev? [-Wmissing-prototypes] drivers/gpu/drm/drm_usb.c:61:5: warning: no previous prototype for ?drm_usb_init? [-Wmissing-prototypes] drivers/gpu/drm/drm_usb.c:75:6: warning: no previous prototype for ?drm_usb_exit? [-Wmissing-prototypes] Signed-off-by: Rashika

Doubt in gpu driver

2013-12-30 Thread Rashika Kheria
r radeon_reg.h or radeon_drv.h or atleast make the definitions match so that the compiler does not complain. Thanks, -- Rashika Kheria B.Tech CSE IIIT Hyderabad