summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | drm/amd/powerplay: fix wrong clock adjust sequenceEvan Quan2018-06-131-7/+6
| | * | | | | drm/amdgpu: Grab/put runtime PM references in atomic_commit_tail()Lyude Paul2018-06-131-0/+13
| | * | | | | drm/amd/powerplay: fix missed hwmgr check warning before call gfx_off_control...Huang Rui2018-06-131-1/+2
| | * | | | | drm/amdgpu: fix CG enabling hang with gfxoff enabledHuang Rui2018-06-134-8/+15
| | * | | | | drm/amdgpu: fix clear_all and replace handling in the VM (v2)Junwei Zhang2018-06-131-2/+4
| | * | | | | drm/amdgpu: add checking for sos versionHuang Rui2018-06-131-1/+26
| | * | | | | drm/amdgpu: fix the missed vcn fw version reportHuang Rui2018-06-131-0/+1
| | * | | | | Revert "drm/amdgpu: Add an ATPX quirk for hybrid laptop"Alex Deucher2018-06-011-1/+0
| | * | | | | drm/amdgpu/df: fix potential array out-of-bounds readColin Ian King2018-06-011-1/+1
| | * | | | | drm/amdgpu: Fix NULL pointer when load kfd driver with PP block is disabledShaoyun Liu2018-05-311-11/+7
| | * | | | | drm/gfx9: Update gc goldensetting for vega20.Feifei Xu2018-05-311-0/+1
| | * | | | | drm/amd/pp: Allow underclocking when od table is empty in vbiosRex Zhu2018-05-315-19/+10
| | * | | | | drm/amdgpu/display: check if ppfuncs exists before using itAlex Deucher2018-05-301-1/+1
| | * | | | | drm/amd/pp: Connect display_clock_voltage_request to a function pointerMikita Lipski2018-05-301-33/+31
| | * | | | | drm/amdgpu: typo fix for vega20 cg flagsEvan Quan2018-05-301-0/+1
| | * | | | | drm/amd/powerplay: bug fixs for getsmuclockinfoEvan Quan2018-05-301-1/+3
| | * | | | | drm/amdgpu: correct SMU11 SYSPLL0 clock id valuesEvan Quan2018-05-301-7/+5
| | * | | | | drm/amdgpu: gds bo must not be per-vm-boChunming Zhou2018-05-301-0/+7
| | * | | | | drm/amdgpu: To get gds, gws and oa from adev->gds (v2)Emily Deng2018-05-301-15/+23
| | * | | | | drm/amd/display: Fix BUG_ON during CRTC atomic check updateLeo (Sunpeng) Li2018-05-291-6/+7
| | * | | | | drm/amd/display: Read DP_SINK_COUNT_ESI range on HPD for DP 1.4Nikola Cornij2018-05-291-5/+30
| | * | | | | drm/amd/display: Read DPCD link caps up to and including DP_ADAPTER_CAPNikola Cornij2018-05-291-1/+1
| | * | | | | drm/amd/display: Do not program interrupt status on disabled crtcMikita Lipski2018-05-291-0/+3
| | * | | | | drm/amd/display: fix dscl_manual_ratio_initDmytro Laktyushkin2018-05-295-11/+13
| | * | | | | drm/amd/display: Destroy connector state on resetLeo (Sunpeng) Li2018-05-291-2/+4
| | * | | | | drm/amd/display: Set TMZ and DCC for secondary surfaceEric Bernstein2018-05-292-4/+18
| | * | | | | drm/amd/display: DP component depth 16 bpcEric Bernstein2018-05-291-0/+4
| | * | | | | drm/amd/display: check if audio clk enable is applicableRoman Li2018-05-291-1/+2
| | * | | | | drm/amd/display: add register offset != 0 check.Charlene Liu2018-05-292-2/+3
| | * | | | | drm/amd/display: Release fake sinkMikita Lipski2018-05-291-15/+16
| | * | | | | drm/amd/display: replace msleep with udelay in fbc pathRoman Li2018-05-291-4/+4
| | * | | | | drm/amd/display: Do not limit color depth to 8bpcMikita Lipski2018-05-291-6/+0
| | * | | | | drm/amdgpu: remove unnecessary scheduler entity for VCNLeo Liu2018-05-292-43/+10
| | * | | | | drm/amdgpu: Add helper function to get buffer domainDeepak Sharma2018-05-293-13/+17
| | * | | | | drm/amdgpu: Use GTT for dumb buffer if sg display enabled (v2)Deepak Sharma2018-05-291-2/+8
| | * | | | | drm/amd/pp: Add cases for getting phys and disp clks for SMU10Mikita Lipski2018-05-291-0/+6
| | * | | | | drm/amd/display: Fix wrong latency assignment for VEGA clock levelsHarry Wentland2018-05-291-2/+1
| | * | | | | drm/scheduler: fix a corner case in dependency optimizationNayan Deshmukh2018-05-251-2/+7
| | * | | | | drm/amdgpu: vcn_v1_0_is_idle() can be statickbuild test robot2018-05-251-2/+2
| | * | | | | drm/amd/display: Implement dm_pp_get_clock_levels_by_type_with_latencyHarry Wentland2018-05-251-2/+44
* | | | | | | treewide: Use array_size() in vzalloc()Kees Cook2018-06-127-16/+19
* | | | | | | treewide: Use array_size() in vmalloc()Kees Cook2018-06-125-6/+6
* | | | | | | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-126-16/+26
* | | | | | | treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-122-17/+22
* | | | | | | treewide: kvmalloc() -> kvmalloc_array()Kees Cook2018-06-121-2/+2
* | | | | | | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-1240-88/+129
* | | | | | | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-1217-29/+40
* | | | | | | Merge tag 'drm-next-2018-06-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-06-1129-422/+244
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge tag 'drm-intel-next-fixes-2018-06-08-2' of git://anongit.freedesktop.or...Dave Airlie2018-06-0915-70/+66
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge tag 'gvt-fixes-2018-04-19' of https://github.com/intel/gvt-linux into d...Jani Nikula2018-06-074-6/+44
| | |\ \ \ \ \ \
OpenPOWER on IntegriCloud