summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: Change the virtual_display type from int to char*.Emily Deng2016-08-105-7/+35
* drm/amdgpu: add virtual dce support for icelandAlex Deucher2016-08-081-2/+56
* drm/amdgpu/virtual_dce: add case for topaz for disable_dceAlex Deucher2016-08-081-1/+4
* drm/amdgpu: move vsync_timer_enabled setup to dce virtual early_initAlex Deucher2016-08-083-2/+1Star
* drm/amdgpu: Set ip_blocks according variable amdgpu_virtual_display.Emily Deng2016-08-083-50/+113
* drm/amdgpu: Define one variable for virtual display.Emily Deng2016-08-082-0/+5
* drm/amdgpu: Define virtual display ip blocks.Emily Deng2016-08-082-0/+623
* drm/amdgpu: Add DRM_MODE_CONNECTOR_VIRTUAL connector in amdgpu_connector_add.Emily Deng2016-08-081-0/+91
* drm/amdgpu: Call pageflip irq funtion when receiced vsync interrupt.Emily Deng2016-08-081-3/+7
* drm/amdgpu: Use software timer to generate vsync interrupt.Emily Deng2016-08-083-2/+37
* drm/amdgpu: Disable VGA render and crtc when init GMC.Emily Deng2016-08-087-11/+173
* drm/amdgpu: To define whether the GPU has DCE engine.Emily Deng2016-08-082-0/+29
* drm/amdgpu: Initialize dce_virtual_crtc_funcs. (v2)Emily Deng2016-08-081-4/+28
* drm/amdgpu: Initialize dce_virtual_crtc_helper_funcsEmily Deng2016-08-081-9/+128
* drm/amdgpu: Initialize crtc, pageflip irq funcs (v2)Emily Deng2016-08-081-12/+118
* drm/amdgpu: Initialize dce_virtual_display_funcs.Emily Deng2016-08-081-14/+208
* drm/amdgpu: Initialize dce_virtual_ip_funcsEmily Deng2016-08-084-2/+343
* drm/amdgpu: Add virtual connector and encoder macros.Emily Deng2016-08-081-0/+7
* drm/amdgpu: Don't retry 7 times in amdgpu_atombios_dp_get_dpcd()Lyude2016-08-081-11/+10Star
* drm/amdgpu: Don't print error on aux transaction timeoutsLyude2016-08-081-1/+0Star
* drm/radeon: Don't retry 7 times in radeon_dp_dpcd()Lyude2016-08-081-11/+10Star
* drm/radeon: Don't print error on aux transaction timeoutsLyude2016-08-081-1/+0Star
* drm/ttm: Remove unused parameter evict from ttm_bo_move_memcpyMichel Dänzer2016-08-086-11/+7Star
* drm/ttm: Remove unused parameter evict from ttm_bo_move_ttmMichel Dänzer2016-08-085-10/+9Star
* drm/ttm: Wait for a BO to become idle before unbinding it from GTTMichel Dänzer2016-08-085-8/+17
* drm/amdgpu: move all Kconfig options to amdgpu/KconfigAlex Deucher2016-08-082-3/+2Star
* drm/amd/powerplay: enable powerplay as default on CZ/STHuang Rui2016-08-081-3/+1Star
* drm/amd/powerplay: change structure variable name.Rex Zhu2016-08-081-2/+2
* drm/amd/powerplay: delete code set/unset deep_sleep/power_containment.Rex Zhu2016-08-083-10/+1Star
* drm/amdgpu: enable VCE soft resetChunming Zhou2016-08-082-4/+0Star
* drm/amdgpu: remove RB1_BUSY bit checkingRex Zhu2016-08-081-1/+5
* drm/amdgpu: fix harvest config checking in vce3 check_soft_resetChunming Zhou2016-08-081-3/+0Star
* drm/amdgpu: irq resume should be immediately after gpu resumeChunming Zhou2016-08-081-1/+1
* drm/amd/amdgpu: Partially revert change to UVD v3 CGTom St Denis2016-08-081-3/+3
* drm/amd/amdgpu: Enable VCE MGCG for StoneyTom St Denis2016-08-081-1/+2
* drm/amd/amdgpu: Enable VCE MGCG for CarrizoTom St Denis2016-08-081-1/+2
* drm/amd/amdgpu: Don't set VCE CG in startupTom St Denis2016-08-081-4/+0Star
* drm/amd/amdgpu: Fix VCE CG order and resume defaultsTom St Denis2016-08-081-24/+12Star
* drm/amd/amdgpu: fix indentation in vce3 CGTom St Denis2016-08-081-6/+7
* drm/amdgpu: remove the check for sessions being closedLeo Liu2016-08-081-8/+2Star
* drm/amdgpu: print more accurate error messages on IB submission failureMarek Olšák2016-08-081-4/+13
* drm/amdgpu: use the kernel zone memory size as the max remote memory in amdgpuKen Wang2016-08-084-7/+21
* drm/ttm: Add interface to export kernel_zone max memory size in ttmKen Wang2016-08-081-0/+6
* drm/amd/powrplay: delete code no longer in use on Polaris.Rex Zhu2016-08-081-13/+0Star
* drm/amd/powrplay: workaround Memory EDC Error for certain partner boards.Rex Zhu2016-08-082-1/+6
* drm/amdgpu: AMD SW workaround for certain partner boardsRex Zhu2016-08-081-1/+4
* drm/amd/powerplay: pass sub_device_id and sub_vendor_id to powerplay.Rex Zhu2016-08-082-0/+5
* drm/amd/powerplay: delete useless code in hwmgr.Rex Zhu2016-08-082-137/+7Star
* drm/amdgpu: expose AMDGPU_GEM_CREATE_VRAM_CLEARED to user spaceFlora Cui2016-08-081-0/+33
* drm/amdgpu: implement amdgpu_fill_buffer()Flora Cui2016-08-082-0/+67