summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2018-10-09drm/amd/pp: Implement load_firmware interfaceRex Zhu1-0/+15
2018-10-09drm/amd/pp: Allocate ucode bo in request_smu_load_fwRex Zhu3-3/+4
2018-10-09drm/amdgpu: Don't reallocate ucode bo when suspendRex Zhu1-1/+1
2018-10-09drm/amdgpu: Remove FW_LOAD_DIRECT type support on VIRex Zhu3-254/+59
2018-10-09drm/amdgpu/vcn:Correct VCN cache window definitionJames Zhu3-15/+18
2018-10-09drm/amdgpu/vcn:Replace value with defined macroJames Zhu2-12/+18
2018-10-09drm/amdgpu/vcn:fix dpg pause mode hang issueJames Zhu2-2/+10
2018-10-09drm/amdgpu/vcn:Remove unused codeJames Zhu1-2/+0
2018-10-09drm/radeon: ratelimit bo warningsNick Alcock1-1/+1
2018-10-09drm/amdgpu: fix incorrect use of amdgpu_irq_add_id in si_dma.cChristian König2-23/+8
2018-10-09drm/amdgpu: fix AGP location with VRAM at 0x0Christian König1-5/+2
2018-10-09drm/amdgpu: remove the intterupt handling for the KIQ eventsShirish S2-134/+0
2018-10-09drm/amdkfd: Fix incorrect use of process->mmFelix Kuehling1-8/+29
2018-10-09drm/amdgpu: skip IB tests for KIQ in generalPratik Vishwakarma1-0/+8
2018-10-09drm/scheduler: Simplify spsc_queue_count check in drm_sched_entity_select_rqNathan Chancellor1-2/+1
2018-10-09drm/amd/pp: Refine smu7/8 request_smu_load_fw callback functionRex Zhu3-73/+39
2018-10-09drm/amd/pp: Setup SoftRegsStart before request smu load fwRex Zhu2-1/+19
2018-10-09drm/amd/pp: Refine function iceland_start_smuRex Zhu1-11/+1
2018-10-09drm/amdgpu: Move gfx flag in_suspend to adevRex Zhu5-24/+14
2018-10-09drm/amd/pp: Fix memory leak on CI/AIRex Zhu1-4/+4
2018-10-09drm/amdgpu: Drop dead define in amdgpu.hRex Zhu1-28/+0
2018-10-09drm/amdgpu: Always enable fan sensors for readRex Zhu1-10/+0
2018-10-09drm/amdgpu: Disable sysfs pwm1 if not in manual fan controlRex Zhu1-0/+7
2018-10-09drm/amdgpu: Add fan RPM setting via sysfsRex Zhu4-3/+210
2018-10-09drm/amd/pp: Implement AMDGPU_PP_SENSOR_MIN/MAX_FAN_RPMRex Zhu2-0/+8
2018-10-09drm/amdgpu: Add new AMDGPU_PP_SENSOR_MIN/MAX_FAN_RPM sensorRex Zhu1-0/+2
2018-10-09drm/amdgpu: Refine uvd_v6/7_0_enc_get_destroy_msgRex Zhu2-15/+7
2018-10-09drm/amd/display: Signal hw_done() after waiting for flip_done()Shirish S1-2/+8
2018-10-09drm/amd/display: Use proper enums in process_channel_replyNathan Chancellor2-2/+2
2018-10-09drm/amd/display: Raise dispclk value for dce_update_clocksNicholas Kazlauskas1-0/+5
2018-10-09drm/amd/display: HLK Periodic Frame Notification test failedMurton Liu1-1/+1
2018-10-09drm/amd/display: fix Interlace video timing.Charlene Liu1-25/+7
2018-10-09drm/amd/display: Flatten irq handler data structLeo Li1-23/+14
2018-10-09drm/amd/display: fix memory leak in resource poolsJun Lei6-3/+15
2018-10-09drm/amd/display: dc 3.1.68Tony Cheng1-1/+1
2018-10-09drm/amd/display: WA for DF keeps awake after S0i3.Yongqiang Sun3-0/+35
2018-10-09drm/amd/display: clean up encoding checksEric Yang9-43/+7
2018-10-09drm/amd/display: block DP YCbCr420 modesEric Yang2-0/+6
2018-10-09drm/amd/display: Add function to fetch clock requirementsEryk Brol3-1/+28
2018-10-09drm/amd/display: Calculate swizzle mode using bpp during validationSu Sung Chung6-30/+67
2018-10-09drm/amd/display: Add a check-function for virtual signal typeNikola Cornij1-0/+5
2018-10-09drm/amd/display: fix 4K stereo screen flash issueCharlene Liu1-0/+3
2018-10-09drm/amd/display: Add DC build_id to determine build typeJun Lei2-0/+5
2018-10-09drm/amd/powerplay: Enable/Disable NBPSTATE on On/OFF of UVDAkshu Agrawal1-1/+4
2018-10-09drm/amd/pp: Remove wrong code in fiji_start_smuRex Zhu1-10/+0
2018-10-09drm/amd/pp: Remove uncessary extra vcn pg cntl in smuRex Zhu1-15/+1
2018-10-09drm/amdgpu: Move out power up/down sdma out of smuRex Zhu3-15/+7
2018-10-09drm/amd/pp: Expose the smu support for SDMA PG cntlRex Zhu3-0/+27
2018-10-09drm/amd/pp: Avoid divide-by-zero in fan_ctrl_set_fan_speed_rpmRex Zhu2-0/+2
2018-10-09drm/amd/pp: Fix fan's RPM setting not work on VI/Vega10Rex Zhu2-4/+4