summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/kbl: Add WaSkipStolenMemoryFirstPage for A0Mika Kuoppala2016-07-151-2/+4
* drm/i915/kbl: Add REVID macroMika Kuoppala2016-07-151-0/+6
* drm/i915/kbl: Init gen9 workaroundsMika Kuoppala2016-07-151-16/+32
* drm/i915/skl: Add WaDisableGafsUnitClkGatingMika Kuoppala2016-07-152-0/+4
* drm/i915/gen9: Add WaVFEStateAfterPipeControlwithMediaStateCleararun.siluvery@linux.intel.com2016-07-152-0/+6
* drm/i915/psr: Implement PSR2 w/a for gen9Daniel Vetter2016-07-152-2/+16
* Merge tag 'sunxi-drm-fixes-for-4.7-2' of https://git.kernel.org/pub/scm/linux...Dave Airlie2016-07-082-1/+10
|\
| * gpu: drm: sun4i_drv: add missing of_node_put after calling of_parse_phandlePeter Chen2016-07-051-0/+1
| * drm/sun4i: Send vblank event when the CRTC is disabledMaxime Ripard2016-06-301-0/+8
| * drm/sun4i: Report proper vblankMaxime Ripard2016-06-301-1/+1
* | Merge branch 'linux-4.7' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2016-07-071-1/+2
|\ \
| * | drm/nouveau/disp/sor/gf119: select correct sor when poking training patternBen Skeggs2016-07-061-1/+2
* | | drm/amd/powerplay: Update CKS on/ CKS off voltage offset calculation.Rex Zhu2016-07-061-13/+10
* | | drm/amd/powerplay: fix bug that get wrong polaris evv voltage.Rex Zhu2016-07-063-6/+7
* | | drm/amd/powerplay: incorrectly use of the function return valueRex Zhu2016-07-061-1/+1
* | | drm/amd/powerplay: fix incorrect voltage table value for tongaHuang Rui2016-07-061-1/+1
* | | drm/amd/powerplay: fix incorrect voltage table value for polaris10Huang Rui2016-07-061-1/+1
* | | Merge tag 'drm-intel-fixes-2016-06-30' of git://anongit.freedesktop.org/drm-i...Dave Airlie2016-07-024-16/+18
|\ \ \
| * | | drm/i915: Fix missing unlock on error in i915_ppgtt_info()Wei Yongjun2016-06-301-2/+2
| * | | drm/i915: Avoid early timeout during AUX transfersImre Deak2016-06-291-1/+1
| * | | drm/i915/hsw: Avoid early timeout during LCPLL disable/restoreImre Deak2016-06-291-4/+4
| * | | drm/i915/lpt: Avoid early timeout during FDI PHY resetImre Deak2016-06-291-4/+4
| * | | drm/i915/bxt: Avoid early timeout during PLL enableImre Deak2016-06-291-2/+2
| * | | drm/i915: Refresh cached DP port register value on resumeVille Syrjälä2016-06-291-3/+5
* | | | Merge branch 'drm-fixes-4.7' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2016-07-027-56/+138
|\ \ \ \ | |/ / / |/| | |
| * | | drm/amd/powerplay: workaround for UVD clock issueRex Zhu2016-06-291-0/+4
| * | | drm/amdgpu: add ACLK_CNTL setting for polaris10Ken Wang2016-06-291-0/+3
| * | | drm/amd/powerplay: fix issue uvd dpm can't enabled on Polaris11.Rex Zhu2016-06-291-41/+60
| * | | drm/amd/powerplay: Workaround for Memory EDC Error on Polaris10.Rex Zhu2016-06-291-0/+26
| * | | drm/amd/powerplay: Update CKS on/ CKS off voltage offset calculationRex Zhu2016-06-231-9/+17
| * | | drm/amd/powerplay: disable FFC.Rex Zhu2016-06-233-5/+24
| * | | drm/amd/powerplay: add some definition for FFC feature on polaris.Rex Zhu2016-06-232-1/+4
* | | | drm/atomic: Make drm_atomic_legacy_backoff reset crtc->acquire_ctxMaarten Lankhorst2016-06-241-1/+26
* | | | Merge branch 'drm-fixes-4.7' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2016-06-2420-157/+461
|\ \ \ \ | |/ / /
| * | | drm/amd/powerplay: enable clock stretch feature for polarisRex Zhu2016-06-211-97/+23
| * | | drm/amdgpu/gfx8: update golden setting for polaris10Rex Zhu2016-06-211-1/+2
| * | | drm/amd/powerplay: enable avfs feature for polarisRex Zhu2016-06-217-17/+208
| * | | drm/amdgpu/atombios: add avfs struct for Polaris10/11Rex Zhu2016-06-211-0/+72
| * | | drm/amd/powerplay: add avfs related define for polarisRex Zhu2016-06-212-19/+98
| * | | drm/amd/powrplay: enable stutter_mode for polaris.Rex Zhu2016-06-211-2/+2
| * | | drm/amd/powerplay: disable UVD SMU handshake for MCLK.Rex Zhu2016-06-211-0/+9
| * | | drm/amd/powerplay: initialize variables which were missed.Rex Zhu2016-06-213-0/+4
| * | | drm/amd/powerplay: enable PowerContainment feature for polaris10/11.Rex Zhu2016-06-211-0/+4
| * | | drm/amd/powerplay: need to notify system bios pcie device readyRex Zhu2016-06-212-1/+16
| * | | drm/amd/powerplay: fix bug that function parameter was incorect.Rex Zhu2016-06-211-1/+1
| * | | drm/amd/powerplay: fix logic error.Rex Zhu2016-06-211-1/+5
| * | | drm/amdgpu: initialize amdgpu_cgs_acpi_eval_object result valueNicolas Iooss2016-06-201-1/+1
| * | | drm/amdgpu: precedence bug in amdgpu_device_init()Dan Carpenter2016-06-201-1/+1
| * | | drm/amdgpu: fix num_rbs exposed to userspace (v2)Alex Deucher2016-06-171-1/+2
| * | | drm/amdgpu: missing bounds check in amdgpu_set_pp_force_state()Dan Carpenter2016-06-171-15/+13
OpenPOWER on IntegriCloud