[Bug 73338] Fan speed in idle at 40% with radeonsi and at 18% with catalyst

2014-01-06 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140106/0f3594b6/attachment.html>

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

2014-01-06 Thread Rashika Kheria
Mark functions as static because they are not used outside the file drm/vmwgfx/vmwgfx_fence.c. This eliminates the following warnings in drm/vmwgfx/vmwgfx_fence.c: drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:274:6: warning: no previous prototype for ?vmw_fences_perform_actions? [-Wmissing-prototypes]

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

2014-01-06 Thread Rashika Kheria
Mark functions as static because they are not used outside the file drm/vmwgfx/vmwgfx_buffer.c. This eliminates the following warnings in drm/vmwgfx/vmwgfx_buffer.c: drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c:520:16: warning: no previous prototype for ?vmw_ttm_tt_create? [-Wmissing-prototypes]

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

2014-01-06 Thread Rashika Kheria
Mark functions as static because they are not used outside the file drm/vmwgfx/vmwgfx_resource.c. Also, remove unused function vmw_user_dmabuf_reference() from drm/vmwgfx/vmwgfx_resource.c. This eliminates the following warnings in drm/vmwgfx/vmwgfx_resource.c:

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

2014-01-06 Thread Rashika Kheria
Mark functions as static because they are not used outside the file drm/vmwgfx/vmwgfx_kms.c. This eliminates the following warnings in drm/vmwgfx/vmwgfx_kms.c: drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:43:6: warning: no previous prototype for ?vmw_clip_cliprects? [-Wmissing-prototypes]

[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
Mark functions as static because they are not used outside the file drm/ttm/ttm_bo_util.c. This eliminates the following warnings in drm/ttm/ttm_bo_util.c: drivers/gpu/drm/ttm/ttm_bo_util.c:190:5: warning: no previous prototype for ?ttm_mem_reg_ioremap? [-Wmissing-prototypes]

[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-by:

[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
Move prototype declaration of function radeon_kms_compat_ioctl() to header file drm/radeon/radeon_drv.h because it is used by more than one file. This eliminates the following warning in drivers/gpu/drm/radeon/radeon_ioc32.c:413:6: warning: no previous prototype for ?radeon_kms_compat_ioctl?

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

2014-01-06 Thread Rashika Kheria
Move prototype declaration of functions cik_sdma_resume(), cik_sdma_enable() and cik_sdma_fini() to header file drm/radeon/radeon_asic.h because they are used by more than one file. This eliminates the following warnings in drm/radeon/cik_sdma.c: drivers/gpu/drm/radeon/cik_sdma.c:194:6: warning:

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

2014-01-06 Thread Rashika Kheria
Move prototype declarations of function dce6_afmt_write_speaker_allocation(), dce6_afmt_write_sad_regs(), dce6_afmt_select_pin() and dce6_afmt_write_latency_fields() to header file drm/radeon/radeon.h because they are used by more than one file. This eliminates the following warnings in

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

2014-01-06 Thread Rashika Kheria
Include header file drm/radeon/radeon_asic.h in drm/radeon/dce6_afmt.c because it uses function declared in the header file. This eliminates the folllowing warning in drm/radeon/dce6_afmt.c: drivers/gpu/drm/radeon/dce6_afmt.c:301:5: warning: no previous prototype for ?dce6_audio_init?

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

2014-01-06 Thread Rashika Kheria
Mark functions as static because they are not used outside this file and remove unused function ci_dpm_power_control_set_level() and ci_dpm_reset_asic() from file drm/radeon/ci_dpm.c. This eliminates the following warnings in drm/radeon/ci_dpm.c: drivers/gpu/drm/radeon/ci_dpm.c:4506:6: warning:

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

2014-01-06 Thread Rashika Kheria
Include header file drm/radeon/ci_dpm.h in drm/radeon/ci_smc.c because it uses function declared in the header file. This eliminates the following warnings in drm/radeon/ci_smc.c: drivers/gpu/drm/radeon/ci_smc.c:46:5: warning: no previous prototype for ?ci_copy_bytes_to_smc?

[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-by:

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

2014-01-06 Thread Rashika Kheria
Move prototype declarations of functions si_get_ddr3_mclk_frequency_ratio(), si_get_mclk_frequency_ratio() and si_trim_voltage_table_to_fit_state_table() to header file drm/radeon/si_dpm.h because they are used by more than one file. This eliminates the following warnings from

[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-by:

[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
Include header file gpu/drm/radeon/sislands_smc.h in drm/radeon/si_smc.c because it uses function declared in the header file. Remove prototype declaration of function si_set_smc_sram_address() from drm/radeon/sislands_smc.h because the function is used only in one file where it is declared

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

2014-01-06 Thread Rashika Kheria
Move prototype declarations of functions ni_get_pi() and ni_get_ps() to header file drm/radeon/ni_dpm.h because it is used by more than one file. This eliminates the following warnings in drm/radeon/ni_dpm.c: drivers/gpu/drm/radeon/ni_dpm.c:723:23: warning: no previous prototype for ?ni_get_pi?

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

2014-01-06 Thread Rashika Kheria
Include header file drm/radeon/radeon_asic.h in drm/radeon/ni_dpm.c because it uses function declared in the header file. This elimiantes the following warnings in drm/radeon/ni_dpm.c: drivers/gpu/drm/radeon/ni_dpm.c:1073:5: warning: no previous prototype for ?ni_dpm_force_performance_level?

[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-by:

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

2014-01-06 Thread Rashika Kheria
Include header file drm/radeon/radeon_asic.h in drm/radeon/trinity_dpm.c because it uses function declared in the header file. This eliminates the following warnings in drm/radeon/trinity_dpm.c: drivers/gpu/drm/radeon/trinity_dpm.c:1071:6: warning: no previous prototype for

[Bug 65761] HD 7970M Hybrid - hangs and errors and rmmod causes crash

2014-01-06 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=65761 Jack changed: What|Removed |Added CC||q at cyphernaut.org --- Comment #13 from Jack

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

2014-01-06 Thread Rashika Kheria
Mark function trinity_get_ps() and trinity_get_pi() as static because they are not used outside this file and remove unused function trinity_dpm_reset_asic() from file drm/radeon/trinity_dpm.c. Also remove prototype declarations of functions trinity_get_ps() and trinity_get_pi() from

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

2014-01-06 Thread Rashika Kheria
Move prototype declaration of function sumo_get_pi() to header file drm/radeon/sumo_dpm.h because it is used by more than one file. This eliminates the following warning in drm/radeon/sumo_dpm.c: drivers/gpu/drm/radeon/sumo_dpm.c:81:25: warning: no previous prototype for ?sumo_get_pi?

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

2014-01-06 Thread Rashika Kheria
Include header file drm/radeon/radeon_asic.h because it uses the function declared in the header file. This eliminates the following warnings in drm/radeon/sumo_dpm.c: drivers/gpu/drm/radeon/sumo_dpm.c:1202:5: warning: no previous prototype for ?sumo_dpm_enable? [-Wmissing-prototypes]

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

2014-01-06 Thread Rashika Kheria
Mark function sumo_get_ps() as static and remove unused function sumo_dpm_reset_asic() from file drm/radeon/sumo_dpm.c. This eliminates the following warnings in drm/radeon/sumo_dpm.c: drivers/gpu/drm/radeon/sumo_dpm.c:74:17: warning: no previous prototype for ?sumo_get_ps?

[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

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

2014-01-06 Thread Rashika Kheria
Include header file drm/radeon/radeon_asic.h in drm/radeon/btc_dpm.c because it uses function declared in the header file. This eliminates the following warnings in drm/radeon/btc_dpm.c: drivers/gpu/drm/radeon/btc_dpm.c:2079:6: warning: no previous prototype for ?btc_dpm_vblank_too_short?

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

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

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

2014-01-06 Thread Rashika Kheria
Include header file drm/radeon/radeon_asic.h in drm/radeon/cypress_dpm.c because it uses function declared in the header file. This eliminates the following warnings in drm/radeon/cypress_dpm.c: drivers/gpu/drm/radeon/cypress_dpm.c:1782:6: warning: no previous prototype for

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

2014-01-06 Thread Rashika Kheria
Move prototype declarations of functions rv770_get_ps(), rv770_get_pi() and evergreen_get_pi() to header file drm/radeon/rv770_dpm.h because they are used by more than one file. This eliminates the following warnings in drm/radeon/rv770_dpm.c: drivers/gpu/drm/radeon/rv770_dpm.c:47:18: warning: no

[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
Include header file gpu/drm/radeon/radeon_asic.h in drm/radeon/rv770_dpm.c because it uses functions declared in the header file. This eliminates the following warning in drm/radeon/rv770_dpm.c: drivers/gpu/drm/radeon/rv770_dpm.c:47:18: warning: no previous prototype for ?rv770_get_ps?

[Bug 70934] [Regression] Problem with colors (depth?) on DCE5 Barts (HD69xx)

2014-01-06 Thread bugzilla-dae...@freedesktop.org
this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140106/062fb993/attachment.html>

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

2014-01-06 Thread Rashika Kheria
Include appropriate header file drm/radeon/radeon_asic.h in drm/radeon/rv6xx_dpm.c because it uses function declared in the header file. This eliminates the following warnings in drm/radeon/rv6xx_dpm.c: drivers/gpu/drm/radeon/rv6xx_dpm.c:1545:5: warning: no previous prototype for

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

2014-01-06 Thread Rashika Kheria
Include appropriate header file drm/radeon/radeon_asic.h in drm/radeon/rs780_dpm.c because it uses function declared in the header file. This eliminates the following warnings in drm/radeon/rs780_dpm.c: drivers/gpu/drm/radeon/rs780_dpm.c:596:5: warning: no previous prototype for

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

2014-01-06 Thread Rashika Kheria
Include appropriate header file drm/radeon/radeon_asic.h in drm/radeon/r600_dpm.c because it uses functions declared in the header file. This eliminates the following warnings in drm/radeon/r600_dpm.c: drivers/gpu/drm/radeon/r600_dpm.c:707:5: warning: no previous prototype for

[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
Move prototype declaration of functions cik_gpu_check_soft_reset(), cik_enter_rlc_safe_mode(), cik_exit_rlc_safe_mode(), cik_update_cg(), cik_init_cp_pg_table(), cik_get_csb_size() and cik_get_csb_buffer() to header file drm/radeon/radeon_asic.h because they are used by more than one file. Also

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

2014-01-06 Thread Rashika Kheria
Move prototype declarations of functions si_vram_gtt_location(), si_rlc_reset(), si_init_uvd_internal_cg(), si_get_csb_size(), si_get_csb_buffer(), si_gpu_check_soft_reset() and si_update_cg() to header file drm/radeon/radeon_asic.h because they are used by more than one file. Also, include the

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

2014-01-06 Thread Rashika Kheria
Move prototype declaration of functions radeon_atom_hw_i2c_xfer() and radeon_atom_hw_i2c_func() to header file drm/radeon/radeon_mode.h because they are used by more than one file. This eliminates the following warnings in drm/radeon/atombios_i2c.c: drivers/gpu/drm/radeon/atombios_i2c.c:96:5:

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

2014-01-06 Thread Rashika Kheria
Include appropriate header file drm/radeon/radeon_asic.h in drm/radeon/atombios_encoders.c because it uses function declared in the header file. This eliminates the following warnings in drm/radeon/atombios_encoders.c: drivers/gpu/drm/radeon/atombios_encoders.c:74:1: warning: no previous

[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
Move prototype declarations of function radeon_add_atom_encoder() and radeon_atom_backlight_init() to header file drm/radeon/radeon_mode.h because they are used by more than one file. This eliminates the following warning in drm/radeon/atombios_encoders.c:

[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
Move prototype declarations of function cayman_cp_int_cntl_setup(), cayman_vm_decode_fault() and cayman_gpu_check_soft_reset() to header file drm/radeon/radeon_asic.h because they are used by more than one file. This eliminates the following warnings in drm/radeon/ni.c:

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

2014-01-06 Thread Rashika Kheria
Move prototype declaration of functions evergreen_mc_stop(), evergreen_mc_resume(), evergreen_is_display_hung(), sumo_rlc_fini(), sumo_rlc_init(), evergreen_fix_pci_max_read_req_size(), evergreen_get_number_of_dram_channels(), evergreen_mc_program(), evergreen_mc_init(),

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

2014-01-06 Thread Rashika Kheria
Include header file drm/radeon/radeon_asic.h in drm/radeon/evergreen_cs.c because it uses function declared in the header file. This eliminates the following warning in drm/radeon/evergreen_cs.c: drivers/gpu/drm/radeon/evergreen_cs.c:2561:5: warning: no previous prototype for

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

2014-01-06 Thread Rashika Kheria
Mark function r600_audio_set_dto() as static in drm/radeon/r600_hdmi.c because it is not used outside this file. This eliminates the following warning in drm/radeon/r600_hdmi.c: drivers/gpu/drm/radeon/r600_hdmi.c:253:6: warning: no previous prototype for ?r600_audio_set_dto?

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

2014-01-06 Thread Rashika Kheria
Move prototype declaration of function radeon_atom_copy_swap() to header file drm/radeon/radeon_mode.h because it is used by more than one file. This eliminates the following warnings in drm/radeon/atombios_dp.c: drivers/gpu/drm/radeon/atombios_dp.c:53:6: warning: no previous prototype for

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

2014-01-06 Thread Rashika Kheria
Move prototype declarations of functions radeon_pm_acpi_event_handler() to header file drm/radeon/radeon.h because it is used by more than one file. This eliminates the following warning in drm/radeon/radeon_pm.c: drivers/gpu/drm/radeon/radeon_pm.c:68:6: warning: no previous prototype for

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

2014-01-06 Thread Rashika Kheria
Include appropriate header file gpu/drm/radeon/radeon_asic.h in drm/radeon/r600_cs.c because it uses the function declared in the header file. This eliminates the following warning in drm/radeon/r600_cs.c: drivers/gpu/drm/radeon/r600_cs.c:2251:5: warning: no previous prototype for

[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
Move prototype declarations of functions radeon_get_encoder_enum() and radeon_link_encoder_connector() to header file drm/radeon/radeon_mode.h because they are used by more than one file. This eliminates the following warnings in drm/radeon/radeon_encoders.c:

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

2014-01-06 Thread Rashika Kheria
Move prototype declaration of functions radeon_add_atom_connector() and radeon_add_legacy_connector() to header file drm/radeon/radeon_mode.h because they are used by more than one file. This eliminates the following warning in drm/radeon/radeon_connectors.c:

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

2014-01-06 Thread Rashika Kheria
Move prototype declaration of function radeon_combios_connected_scratch_regs() to header file drm/radeon/radeon_mode.h from drm/radeon/radeon_connectors.c because it is used by more than one file. This eliminates the following warning in drm/radeon/radeon_combios.c:

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

2014-01-06 Thread Rashika Kheria
Include appropriate header file drm/radeon/radeon_asic.h in drm/radeon/radeon_atombios.c because it uses the functions whose prototype declarations is present in the header file. This eliminates the following warnings in drm/radeon/radeon_atombios.c:

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

2014-01-06 Thread Rashika Kheria
Move prototype declarations of functions radeon_atom_get_tv_timings() and radeon_atombios_connected_scratch_regs() to header file drm/radeon/atombios.h because they are used by more than one file. Include the header file in atombios_encoders.c, radeon_atombios.c and radeon_connectors.c because

[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
Add static keyword to the definition of KMS_INVALID_IOCTL(name) in radeon_kms.c because the functions passed to it as arguments are not used anywhere else. This eliminates the following warnings in drm/radeon/radeon_kms.c: drivers/gpu/drm/radeon/radeon_kms.c:719:1: warning: no previous prototype

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

2014-01-06 Thread Rashika Kheria
Move prototype declaration to the header file drm/radeon/radeon.h from files drm/radeon/cik.c, drm/radeon/r600_dma.c and drm/radeon/si.c because they are used by more than one file. This eliminates the following warnings in drm/radeon/r600.c: drivers/gpu/drm/radeon/r600.c:1442:5: warning: no

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

2014-01-06 Thread Rashika Kheria
Include appropriate header file drivers/gpu/drm/radeon/radeon_asic.h to file drm/radeon/radeon_ring.c because functions radeon_ring_generic_set_wptr(), radeon_ring_generic_get_rptr() and radeon_ring_generic_get_wptr() have their prototype declarations in the header file. This eliminates the

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

2014-01-06 Thread Rashika Kheria
Mark function radeon_gem_set_domain() as static in drm/radeon/radeon_gem.c because it is not used outside this file. This eliminates the following warning in drm/radeon/radeon_gem.c: drivers/gpu/drm/radeon/radeon_gem.c:89:5: warning: no previous prototype for ?radeon_gem_set_domain?

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

2014-01-06 Thread Rashika Kheria
Include appropriate header file drivers/gpu/drm/radeon/radeon_asic.h in file drm/radeon/radeon_clocks.c because functions radeon_legacy_get_engine_clock(), radeon_legacy_get_memory_clock() and radeon_legacy_set_engine_clock() have their prototype declarations in the header file. This eliminates

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

2014-01-06 Thread Rashika Kheria
Include appropriate header file drivers/gpu/drm/radeon/radeon_asic.h in drm/radeon/radeon_legacy_encoders.c because functions radeon_legacy_get_backlight_level() and radeon_legacy_set_backlight_level() have their prototype declarations in the header file. This eliminates the following warnings in

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

2014-01-06 Thread Rashika Kheria
Mark function radeon_bo_clear_va() as static in drm/radeon/radeon_object.c because it is not used outside this file. This eliminates the following warning in drm/radeon/radeon_object.c: drivers/gpu/drm/radeon/radeon_object.c:49:6: warning: no previous prototype for ?radeon_bo_clear_va?

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

2014-01-06 Thread Rashika Kheria
Move prototype declarations of functions from drm/radeon/radeon_object.c to header file drm/radeon/radeon.h because they are used by more than one file. This eliminates the following warning in drm/radeon/radeon_ttm.c: drivers/gpu/drm/radeon/radeon_ttm.c:691:5: warning: no previous prototype for

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

2014-01-06 Thread Rashika Kheria
Mark function radeon_info_ioctl() as static in drm/radeon/radeon_kms.c because it is not used outside this file. This eliminates the following warning in drm/radeon/radeon_kms.c: drivers/gpu/drm/radeon/radeon_kms.c:194:5: warning: no previous prototype for ?radeon_info_ioctl?

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

2014-01-06 Thread Rashika Kheria
Mark functions radeon_doorbell_init() and radeon_doorbell_fini() as static in drm/radeon/radeon_device.c because they are not used outside this file. This eliminates the following warning in drm/radeon/radeon_device.c: drivers/gpu/drm/radeon/radeon_device.c:252:5: warning: no previous prototype

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

2014-01-06 Thread Rashika Kheria
Include appropriate header file drm/r128/r128_drv.h in drm/r128/r128_ioc32.c because function r128_compat_ioctl() has its prototype declaration in the header file. This eliminates the following warning in drm/r128/r128_ioc32.c: drivers/gpu/drm/r128/r128_ioc32.c:196:6: warning: no previous

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

2014-01-06 Thread Rashika Kheria
Mark function qxl_device_init() as static in drm/qxl/qxl_kms.c because it is not used outside this file. This eliminates the following warning in drm/qxl/qxl_kms.c: drivers/gpu/drm/qxl/qxl_kms.c:118:5: warning: no previous prototype for ?qxl_device_init? [-Wmissing-prototypes] Signed-off-by:

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

2014-01-06 Thread Rashika Kheria
Include appropriate header file drm/nouveau/dispnv04/disp.h in drm/nouveau/dispnv04/overlay.c because function nouveau_overlay_init() has its prototype declaration in the header file. This eliminates the following warning in drm/nouveau/dispnv04/overlay.c:

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

2014-01-06 Thread Rashika Kheria
Mark function nv10_fence_context_new() as static in drm/nouveau/nv10_fence.c because it is not used outside this file. This eliminates the following warning in drm/nouveau/nv10_fence.c: drivers/gpu/drm/nouveau/nv10_fence.c:69:1: warning: no previous prototype for ?nv10_fence_context_new?

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

2014-01-06 Thread Rashika Kheria
Mark function nouveau_perfsig_find() as static in drm/nouveau/core/engine/perfmon/base.c because it is not used outside this file. This eliminates the following warning in drm/nouveau/core/engine/perfmon/base.c: drivers/gpu/drm/nouveau/core/engine/perfmon/base.c:59:1: warning: no previous

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

2014-01-06 Thread Rashika Kheria
Mark functions nvc0_graph_init_fw() and nvc0_graph_ctor_fw() as static in drm/nouveau/core/engine/graph/nvc0.c because they are not used outside this file. This eliminates the following warning in drm/nouveau/core/engine/graph/nvc0.c: drivers/gpu/drm/nouveau/core/engine/graph/nvc0.c:756:1:

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

2014-01-06 Thread Rashika Kheria
Mark function nvd7_grctx_generate_main() as static in drm/nouveau/core/engine/graph/ctxnvd7.c because it is not used outside this file. This eliminates the following warning in drm/nouveau/core/engine/graph/ctxnvd7.c: drivers/gpu/drm/nouveau/core/engine/graph/ctxnvd7.c:215:1: warning: no previous

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

2014-01-06 Thread Rashika Kheria
Mark function nv94_aux() as static in drm/nouveau/core/subdev/i2c/nv94.c because it is not used outside this file. This eliminates the following warning in drm/nouveau/core/subdev/i2c/nv94.c: drivers/gpu/drm/nouveau/core/subdev/i2c/nv94.c:72:1: warning: no previous prototype for ?nv94_aux?

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

2014-01-06 Thread Rashika Kheria
Mark functions nve0_gpio_intr(), nve0_gpio_intr_enable(), nve0_gpio_intr_disable(), nve0_gpio_fini() and nve0_gpio_init() as static in drm/nouveau/core/subdev/gpio/nve0.c because they are not used outside this file. Remove unused function nve0_gpio_dtor() from file

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

2014-01-06 Thread Rashika Kheria
Mark functions mgag200_ttm_global_release(), mgag200_ttm_bo_is_mgag200_bo() and mgag200_ttm_tt_create() as static in drm/mgag200/mgag200_ttm.c because they are not used outside this file. This eliminates the following warning in drm/mgag200/mgag200_ttm.c:

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

2014-01-06 Thread Rashika Kheria
Mark functions mga_set_start_address(), mga_encoder_destroy() and mga_connector_best_encoder() as static in drm/mgag200/mgag200_mode.c because they are not used outside this file. This eliminates the following warnings in drm/mgag200/mgag200_mode.c: drivers/gpu/drm/mgag200/mgag200_mode.c:694:6:

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

2014-01-06 Thread Rashika Kheria
Mark function mgag200_bo_unref() as static in drm/mgag200/mgag200_main.c because it is not used outside this file. This eliminates the following warning in drm/mgag200/mgag200_main.c: drivers/gpu/drm/mgag200/mgag200_main.c:313:6: warning: no previous prototype for ?mgag200_bo_unref?

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

2014-01-06 Thread Rashika Kheria
Include appropriate header file drivers/gpu/drm/mga/mga_drv.h in drm/mga/mga_ioc32.c because function mga_compat_ioctl() has its prototype declaration in the header file. This eliminates the following warning in drm/mga/mga_ioc32.c: drivers/gpu/drm/mga/mga_ioc32.c:207:6: warning: no previous

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

2014-01-06 Thread Rashika Kheria
Mark function cdv_intel_fixed_panel_mode() as static in drm/gma500/cdv_intel_dp.c because it is not used outside this file. This eliminates the following warning in drm/gma500/cdv_intel_dp.c: drivers/gpu/drm/gma500/cdv_intel_dp.c:680:6: warning: no previous prototype for

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

2014-01-06 Thread Rashika Kheria
Mark functions cirrus_ttm_global_release(), cirrus_ttm_bo_is_cirrus_bo() and cirrus_ttm_tt_create() as static in drm/cirrus/cirrus_ttm.c because they are not used outside this file. Remove unused function cirrus_bo_unpin() from drm/cirrus/cirrus_ttm.c. This eliminates the following warnings in

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

2014-01-06 Thread Rashika Kheria
Mark functions cirrus_set_start_address(), cirrus_encoder_destroy(), cirrus_vga_get_modes() and cirrus_connector_best_encoder() as static in drm/cirrus/cirrus_mode.c because they are not used outside this file. This eliminates the following warnings in drm/cirrus/cirrus_mode.c:

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

2014-01-06 Thread Rashika Kheria
Mark function cirrus_bo_unref() as static in drm/cirrus/cirrus_main.c because it is not used outside this file. This eliminates the following warning in drm/cirrus/cirrus_main.c: drivers/gpu/drm/cirrus/cirrus_main.c:258:6: warning: no previous prototype for ?cirrus_bo_unref?

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

2014-01-06 Thread Rashika Kheria
Mark functions ast_ttm_global_release(), ast_ttm_bo_is_ast_bo() and ast_ttm_tt_create() as static in drm/ast/ast_ttm.c because they are not used outside this file. This eliminates the following warnings in drm/ast/ast_ttm.c: drivers/gpu/drm/ast/ast_ttm.c:84:1: warning: no previous prototype for

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

2014-01-06 Thread Rashika Kheria
Mark functions ast_set_sync_reg(), ast_set_dac_reg(), ast_set_start_address_crt1(), ast_crtc_init(), ast_encoder_init(), ast_connector_init(), ast_cursor_init(), ast_cursor_fini(), ast_show_cursor() and ast_hide_cursor() as static in drm/ast/ast_mode.c because they are not used outside this file.

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

2014-01-06 Thread Rashika Kheria
Mark function ast_bo_unref() as static because it is not used outside file ast_main.c and remove unused function ast_get_max_dclk() in ast_main.c. This eliminates the following warning in drm/ast/ast_main.c: drivers/gpu/drm/ast/ast_main.c:192:10: warning: no previous prototype for

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

2014-01-06 Thread Rashika Kheria
Include appropriate header file include/drm/drm_usb.h in drm/drm_usb.c because functions drm_get_usb_dev(), drm_usb_init() and drm_usb_exit() have their prototype declarations in the header file. This eliminates the following warning in drm/drm_usb.c: drivers/gpu/drm/drm_usb.c:5:5: warning: no

[PATCH RFC 27/46] imx-drm: convert to componentised device support

2014-01-06 Thread Eric Nelson
Hi Russell, On 01/06/2014 10:46 AM, Russell King - ARM Linux wrote: > On Mon, Jan 06, 2014 at 06:41:28PM +0100, Philipp Zabel wrote: >> Hi Eric, >> >> Am Freitag, den 03.01.2014, 12:14 -0700 schrieb Eric Nelson: >>> This is an issue we've seen before. The SABRE Lite board has >>> a voltage

[PATCH RFC 27/46] imx-drm: convert to componentised device support

2014-01-06 Thread Philipp Zabel
Hi Eric, Am Freitag, den 03.01.2014, 12:14 -0700 schrieb Eric Nelson: > This is an issue we've seen before. The SABRE Lite board has > a voltage divider on the HPD pins and some monitors (esp. DVI > monitors) either don't drive things high enough to assert HPD or > bounce with connect/disconnect.

[PATCH RFC 27/46] imx-drm: convert to componentised device support

2014-01-06 Thread Russell King - ARM Linux
On Mon, Jan 06, 2014 at 06:41:28PM +0100, Philipp Zabel wrote: > Hi Eric, > > Am Freitag, den 03.01.2014, 12:14 -0700 schrieb Eric Nelson: > > This is an issue we've seen before. The SABRE Lite board has > > a voltage divider on the HPD pins and some monitors (esp. DVI > > monitors) either don't

[PATCH] of: Add simple panel device tree binding

2014-01-06 Thread Alex Courbot
On 12/11/2013 11:16 PM, Tomi Valkeinen wrote: > * PGP Signed by an unknown key > > On 2013-11-22 20:41, Thierry Reding wrote: > >> +Example: >> + >> +panel: panel { >> +compatible = "cptt,claa101wb01"; >> +ddc-i2c-bus = <>; >> + >> +power-supply =

[Bug 68151] Backlight brightness change causes freeze (radeon with KMS)

2014-01-06 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=68151 Alan changed: What|Removed |Added CC||alan at lxorguk.ukuu.org.uk Regression|No

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

2014-01-06 Thread Patrik Jakobsson
On Mon, Jan 6, 2014 at 4:02 PM, Rashika Kheria wrote: > Mark function cdv_intel_fixed_panel_mode() as static in > drm/gma500/cdv_intel_dp.c because it is not used outside this file. > > This eliminates the following warning in drm/gma500/cdv_intel_dp.c: >

[PATCH] drm/tegra: Fix Kconfig dependencies

2014-01-06 Thread Thierry Reding
nsidered a bug? Thierry -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140106/f91aa603/attachment.pgp>

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

2014-01-06 Thread Maarten Lankhorst
op 06-01-14 16:11, Rashika Kheria schreef: > Mark function nvd7_grctx_generate_main() as static in > drm/nouveau/core/engine/graph/ctxnvd7.c because it is not used outside > this file. > > This eliminates the following warning in > drm/nouveau/core/engine/graph/ctxnvd7.c: >

[RFC PATCH 3/3] staging: imx-drm-core: associate crtc devices with di port nodes

2014-01-06 Thread Philipp Zabel
To connect the graph in the device tree, each display interface needs to have an associated port node in the device tree. We can associate this node with the crtc device and use it to find the crtc corresponding to a given node instead of using a combination of parent device node and id.

[RFC PATCH 2/3] staging: imx-drm-core: Use graph to find connection between crtc and encoder

2014-01-06 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- drivers/staging/imx-drm/imx-drm-core.c | 44 -- 1 file changed, 32 insertions(+), 12 deletions(-) diff --git a/drivers/staging/imx-drm/imx-drm-core.c b/drivers/staging/imx-drm/imx-drm-core.c index 2490dc3..2c20434 100644 ---

[RFC PATCH 1/3] ARM: dts: imx6qdl: Add ports and endpoints to IPU DIs

2014-01-06 Thread Philipp Zabel
This connects the IPU and display encoder (HDMI, LVDS, MIPI) device tree nodes using the bindings described in Documentation/devicetree/bindings/media/video-interfaces.txt The IPU ports correspond to the two display interfaces. Port numbering begins at 2 to leave space for the two CSI input

[RFC PATCH 0/3] imx-drm dt bindings

2014-01-06 Thread Philipp Zabel
Hi, these patches apply on top of Russell's imx-drm cleanup preview series. I have added device tree bindings between IPU and the encoders as documented in Documentation/devicetree/bindings/media/video-interfaces.txt and used those to determine the possible_crtcs and mux_id. The crtc cookie is

  1   2   >