summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon
Commit message (Expand)AuthorAgeFilesLines
* drivers: gpu: Move prototype declaration to header file radeon_mode.hRashika Kheria2014-01-073-22/+20
* drm/radeon: move com/atombios scratch reg functions to radeon_mode.hAlex Deucher2014-01-072-9/+9
* drm/radeon/dpm: make some functions static for TNAlex Deucher2014-01-072-5/+2
* drm/radeon/dpm: make some functions static for sumoAlex Deucher2014-01-072-2/+1
* drm/radeon/dpm: make some functions static for CIAlex Deucher2014-01-071-6/+6
* drivers: gpu: Include appropriate header file in ci_smc.cRashika Kheria2014-01-071-0/+1
* drivers: gpu: Move prototype declaration to header file radeon_mode.h from at...Rashika Kheria2014-01-072-2/+1
* drivers: gpu: Include appropriate header file in si_smc.c and remove prototyp...Rashika Kheria2014-01-072-2/+1
* drivers: gpu: Add static keyword to the definition of KMS_INVALID_IOCTL in ra...Rashika Kheria2014-01-071-1/+2
* drivers: gpu: Mark function as static in r600_hdmi.cRashika Kheria2014-01-071-1/+1
* drivers: gpu: Mark function as static in radeon_gem.cRashika Kheria2014-01-071-1/+1
* drivers: gpu: Mark function as static in radeon_kms.cRashika Kheria2014-01-071-1/+1
* drivers: gpu: Mark functions as static in radeon_device.cRashika Kheria2014-01-071-2/+2
* drivers: gpu: Mark function as static in radeon_object.cRashika Kheria2014-01-071-1/+1
* drm/radeon: warn users when hw_i2c is enabled (v2)Alex Deucher2014-01-071-0/+3
* drm/radeon: fix pptable.h portabilityAlex Deucher2014-01-031-2/+2
* drm/radeon: remove generic rptr/wptr functions (v2)Alex Deucher2013-12-2414-133/+391
* drm/radeon: enable dpm by default on CI APUsAlex Deucher2013-12-241-2/+2
* drm/radeon: enable dpm by default on CI dGPUsAlex Deucher2013-12-241-2/+2
* drm/radeon: enable gfx cgcg on CIK APUsAlex Deucher2013-12-241-2/+2
* drm/radeon: enable gfx cgcg on CIK dGPUsAlex Deucher2013-12-241-2/+2
* drm/radeon/pm: move pm handling into the asic specific codeAlex Deucher2013-12-2421-24/+158
* drm/radeon/dpm: switch on new late_enable callbackAlex Deucher2013-12-2415-205/+53
* drm/radeon/dpm: add late_enable for KB/KVAlex Deucher2013-12-243-0/+26
* drm/radeon/dpm: add late_enable for CIAlex Deucher2013-12-243-0/+31
* drm/radeon/dpm: add late_enable for SIAlex Deucher2013-12-243-0/+24
* drm/radeon/dpm: add late_enable for trinityAlex Deucher2013-12-243-0/+24
* drm/radeon/dpm: add late_enable for sumoAlex Deucher2013-12-243-0/+22
* drm/radeon/dpm: add late_enable for rv7xx-NIAlex Deucher2013-12-243-0/+27
* drm/radeon/dpm: add late_enable for rs780/rs880/rv6xxAlex Deucher2013-12-243-0/+19
* drm/radeon/dpm: add a late enable callbackAlex Deucher2013-12-242-0/+15
* drm/radeon: re-order firmware loading in preparation for dpm reworkAlex Deucher2013-12-246-77/+84
* drm/radeon/cik: drop cg_update from dpm codeAlex Deucher2013-12-242-61/+0
* drm/radeon/si: drop cg_update from dpm codeAlex Deucher2013-12-242-40/+2
* drm/radeon/dpm: remove unnecessary checks in dpm_initAlex Deucher2013-12-241-19/+17
* drm/radeon: add GART debugfs access v3Christian König2013-12-242-0/+64
* drm/radeon: add VRAM debugfs access v3Christian König2013-12-243-1/+81
* drm/radeon: cleanup radeon_ttm debugfs handlingChristian König2013-12-241-36/+23
* drm/radeon: update fence values in before reporting themChristian König2013-12-241-0/+2
* drm/radeon: report the real offset in radeon_sa_bo_dump_debug_infoChristian König2013-12-241-2/+4
* drm/radeon: improve ring debugfs a bitChristian König2013-12-241-18/+38
* drm: Kill DRM_*MEMORYBARRIERDaniel Vetter2013-12-182-2/+2
* drm: Kill DRM_COPY_(TO|FROM)_USERDaniel Vetter2013-12-189-30/+30
* drm: Kill DRM_WAKUP and DRM_INIT_WAITQUEUEDaniel Vetter2013-12-181-2/+2
* drm: Kill DRM_IRQ_ARGSDaniel Vetter2013-12-184-5/+5
* drm: Kill DRM_HZDaniel Vetter2013-12-181-1/+1
* drm: rip out drm_core_has_AGPDaniel Vetter2013-12-181-1/+1
* drm/dp: Use AUX constants from specificationThierry Reding2013-12-181-17/+19
* radeon_pm: fix oops in hwmon_attributes_visible() and radeon_hwmon_show_temp_...Sergey Senozhatsky2013-12-151-4/+2
* drm/radeon/atom: fix bus probes when hw_i2c is set (v2)Alex Deucher2013-12-041-6/+9