summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-02-19drm/ttm: Remove unncessary retval from ttm_bo_vm_fault()Tom St Denis1-15/+13
2018-02-19drm/ttm: Fix coding style in ttm_bo_move_memcpy()Tom St Denis1-1/+2
2018-02-19drm/ttm: Simplify ttm_dma_find_pool() (v2)Tom St Denis1-9/+6
2018-02-19drm/ttm: Fix coding style in ttm_pool_store()Tom St Denis1-3/+4
2018-02-19drm/ttm: Change ttm_tt page allocations to return errorsTom St Denis1-6/+10
2018-02-19drm/ttm: Add a default BO destructor to simplify code (v2)Tom St Denis1-5/+8
2018-02-19drm/ttm: Fix coding style in ttm_bo.cTom St Denis1-5/+2
2018-02-19drm/amdgpu: fill only the lower range with ATS entries v2Christian König1-29/+53
2018-02-19drm/amdgpu: revert "Add support for filling a buffer with 64 bit value"Christian König9-39/+8
2018-02-19drm/amdgpu: revert "Add a parameter to amdgpu_bo_create()"Christian König14-29/+21
2018-02-19drm/amdgpu: drop root shadow syncChristian König1-5/+0
2018-02-19drm/amdgpu: revert "drm/amdgpu: use AMDGPU_GEM_CREATE_VRAM_CLEARED for VM PD/...Christian König1-24/+92
2018-02-19drm/amdgpu: fix vcn_v1_0_dec_ring_emit_wregChristian König1-1/+18
2018-02-19drm/amdgpu/pm: rework the hwmon visibility settingsAlex Deucher1-13/+17
2018-02-19drm/amdgpu/pp: remove the get_temperature APIAlex Deucher11-38/+0
2018-02-19drm/amdgpu/pm: use read_sensor API to get temperatureAlex Deucher1-8/+16
2018-02-19drm/amdgpu/pm: report gpu average power via hwmon APIAlex Deucher1-0/+34
2018-02-19drm/amdgpu/pm: report gpu voltages via hwmon APIAlex Deucher1-0/+82
2018-02-19drm/amdgpu/pm: handle fan properly when card is powered downAlex Deucher1-0/+20
2018-02-19drm/amdgpu: move static CSA address to top of address space v2Christian König4-13/+26
2018-02-19drm/amd/pp: Delete unnecessary function argumentRex Zhu5-18/+8
2018-02-19drm/amd/pp: Add struct profile_mode_setting for smu7Rex Zhu7-39/+56
2018-02-19drm/amd/pp: Delete dead code in powerplayRex Zhu12-45/+15
2018-02-19drm/amd/pp: Change activity_target for performance optimization on PolarisRex Zhu5-7/+4
2018-02-19drm/amd/display: Remove timer handler.Andrey Grodzovsky2-80/+0
2018-02-19drm/amd/display: Remove unsued mutex and spinlock.Andrey Grodzovsky2-15/+0
2018-02-19drm/amd/display: Fix warning about misaligned codeHarry Wentland1-2/+2
2018-02-19drm/amd/display: Add temporary delay on disconnect patchJohn Barberiz1-0/+2
2018-02-19drm/amd/display: Remove unnecessary register programmingMikita Lipski1-4/+0
2018-02-19drm/amd/display: Add temporary delay on disconnect patchJohn Barberiz2-4/+16
2018-02-19drm/amd/display: Fix unused variable compilation errorLeo (Sunpeng) Li1-1/+0
2018-02-19drm/amd/display: eDP sequence BL off first then DP blank.Charlene Liu6-6/+29
2018-02-19drm/amd/display: Add debug flag for p010_mpo_supportGeling Li1-0/+1
2018-02-19drm/amd/display: Force full update on pixel_format_changeKrunoslav Kovac2-1/+2
2018-02-19drm/amd/display: dal 3.1.29Tony Cheng1-1/+1
2018-02-19drm/amd/display: dpms off mute az audio endpoint only.Charlene Liu3-1/+7
2018-02-19drm/amd/display: revert to hacking bounding box for pipe splitDmytro Laktyushkin1-25/+18
2018-02-19drm/amd/display: disable az_clock_gating for endpoint register access onlyCharlene Liu1-1/+17
2018-02-19drm/amd/display: Define dpp1_set_cursor_position in headerArun Pandey1-0/+6
2018-02-19drm/amd/display: fix backlight not off at resume from S4Charlene Liu1-6/+27
2018-02-19drm/amd/display: Add timing generator count to resource pool.Yongqiang Sun8-4/+12
2018-02-19drm/amd/display: Synchronize update plane addr for freesyncSivapiriyanKumarasamy1-16/+31
2018-02-19drm/amd/display: Call update_stream_signal directly from amdgpu_dmHarry Wentland3-8/+6
2018-02-19drm/amd/display: Early return on crc getLeo (Sunpeng) Li2-14/+21
2018-02-19drm/amd/display: Move output_tf to stream_state/updateYongqiang Sun2-1/+2
2018-02-19drm/amd/display: Remove unused param in DMLKen Chalmers1-1/+0
2018-02-19drm/amd/display: Update the register GRPH_SWAP_CNTL if surface pixel format c...Duke Du3-0/+5
2018-02-19drm/amd/display: dc: Remove unused display_mode_vba.cHarry Wentland7-8611/+4
2018-02-19drm/amdgpu/soc15: don't abuse IP soft reset for adapter resetAlex Deucher3-20/+6
2018-02-19drm/amdgpu/psp: use a function pointer structureAlex Deucher6-116/+113