summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2017-02-10drm/sti: do not set gdp pixel clock rate if mode is not setVincent Abriou1-1/+1
2017-02-10drm/sti: enable gdp pixel clock in atomic_updateVincent Abriou1-38/+32
2017-02-10drm/sti: remove deprecated legacy vtg slaveVincent Abriou1-44/+14
2017-02-10drm/sti: remove deprecated sink_term configVincent Abriou1-7/+0
2017-02-10drm/sti: do not check hw scaling if mode is not setFabien DESSENNE1-3/+3
2017-02-10drm/sti: Fix up crtc_state->event handlingFabien DESSENNE2-34/+14
2017-02-10drm/sti: use atomic_helper for commitFabien DESSENNE2-84/+6
2017-02-10Merge tag 'drm-intel-fixes-2017-02-09' of git://anongit.freedesktop.org/git/d...Dave Airlie6-15/+34
2017-02-10Merge tag 'drm-misc-fixes-2017-02-09' of git://anongit.freedesktop.org/git/dr...Dave Airlie1-1/+1
2017-02-10Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie27-633/+682
2017-02-10Merge tag 'drm-fsl-dcu-for-v4.11' of http://git.agner.ch/git/linux-drm-fsl-dc...Dave Airlie1-5/+7
2017-02-10Merge tag 'drm-misc-next-fixes-2017-02-09' of git://anongit.freedesktop.org/g...Dave Airlie2-1/+4
2017-02-09drm/amdgpu: report the number of bytes moved at buffer creationSamuel Pitoiset3-2/+8
2017-02-09drm/amdgpu: fix a potential deadlock in amdgpu_bo_create_restricted()Samuel Pitoiset1-1/+4
2017-02-09drm/amdgpu: add support for new smc firmware on polarisAlex Deucher2-6/+29
2017-02-09drm/amd/powerplay: refine code to avoid potential bug that the memory not cle...Rex Zhu1-10/+7
2017-02-09drm/i915/gvt: enable IOMMU for gvtChuanxiao Dong1-7/+0
2017-02-09drm/i915/gvt: map pfn for PTE entry in kvmChuanxiao Dong1-13/+49
2017-02-09drm/i915/gvt: Map shadow page before using it in shadow page tableChuanxiao Dong1-20/+50
2017-02-09drm/i915/gvt: reduce the line of interrupt logs and log friendlyChangbin Du1-42/+11
2017-02-09drm/i915/gvt: remove a redundant end of line in debug logChangbin Du1-1/+1
2017-02-09drm/i915/gvt: remove a noisy unimportant log in sched_policyChangbin Du1-1/+0
2017-02-09drm/amdgpu: shut up #warning for compile testingArnd Bergmann1-0/+2
2017-02-09drm/amdgpu/virt: fix double kfree on bo_vaColin Ian King1-1/+0
2017-02-09drm/radeon: remove some dead codeDan Carpenter1-3/+1
2017-02-09drm/radeon: avoid kernel segfault in vce when gpu fails to resumeJérôme Glisse1-1/+1
2017-02-09drm/amd/powerplay: set fan speed to max in profile peak mode only.Rex Zhu1-2/+3
2017-02-09drm/amd/gfx6: update gb_addr_configFlora Cui1-0/+3
2017-02-09drm/amdgpu: update HAINAN_GB_ADDR_CONFIG_GOLDENFlora Cui1-1/+1
2017-02-09drm/amdgpu: update VERDE_GB_ADDR_CONFIG_GOLDENFlora Cui1-1/+1
2017-02-09drm/amdgpu: refine si_read_registerFlora Cui1-17/+73
2017-02-09drm/amdgpu/gfx6: clean up spi configurationFlora Cui1-8/+4
2017-02-09drm/amdgpu/gfx6: clean up cu configurationFlora Cui1-62/+38
2017-02-09drm/amdgpu/gfx6: clean up rb configurationFlora Cui1-59/+42
2017-02-09drm/amdgpu: refine vce3.0 code and related powerplay pg code.Rex Zhu3-51/+36
2017-02-09drm/amdgpu: move subfunctions to the front of vce_v2_0.c.Rex Zhu1-177/+171
2017-02-09drm/amdgpu: enable vce pg feature on Kv.Rex Zhu1-2/+2
2017-02-09drm/amdgpu: refine code for VCE2.0 and related dpm code.Rex Zhu4-112/+111
2017-02-09drm/amdgpu: when dpm disabled, also need to stop/start vce.Rex Zhu1-0/+9
2017-02-09drm/amdgpu: refine uvd5.0/6.0 code.Rex Zhu4-42/+30
2017-02-09drm/amdgpu: fix uvd can't initialized when dpm disabled on Ci.Rex Zhu1-6/+14
2017-02-09drm/amdgpu: refine uvd4.2 init/stop code.Rex Zhu1-41/+70
2017-02-09drm/amdgpu: refine uvd pg code in kv_dpm.cRex Zhu1-21/+8
2017-02-09drm/amdgpu: power down/up uvd4 when smu disabled.Rex Zhu1-1/+16
2017-02-09drm/amdgpu: add current_pg_status register define for smu7.1Rex Zhu1-0/+1
2017-02-09drm/amdgpu: when dpm disabled, also can enable uvd cg/pg.Rex Zhu1-0/+9
2017-02-09drm: vc4: adapt to new behaviour of drm_crtc.cAndrzej Pietrasiewicz1-1/+1
2017-02-08drm/atomic: fix an error code in mode_fixup()Dan Carpenter1-1/+1
2017-02-08drm: Cancel drm_fb_helper_resume_work on unloadChris Wilson1-0/+1
2017-02-08drm: Cancel drm_fb_helper_dirty_work on unloadChris Wilson1-0/+2