summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-04drm/i915/skl+: Scaling not supported in IF-ID Interlace modeMahesh Kumar1-0/+15
2017-07-04drm/i915/skl+: Check for supported plane configuration in Interlace modeMahesh Kumar1-0/+15
2017-07-04drm/i915/fbdev: Check for existence of ifbdev->vma before operationsChris Wilson1-5/+6
2017-07-04drm/i915: Fix use-after-free of context during free_contextsChris Wilson1-2/+2
2017-07-03drm/amdgpu: Don't call amd_powerplay_destroy() if we don't have powerplayJohn Brooks1-1/+2
2017-07-03drm/ttm: Fix use-after-free in ttm_bo_clean_mmJohn Brooks1-1/+3
2017-07-03drm/i915: Prevent kernel panic when reading/writing compliance debugfs files,...Maarten Lankhorst1-12/+32
2017-07-03drm/i915: Hold RPM wakelock while initializing OA buffersagar.a.kamble@intel.com1-6/+6
2017-07-03drm/i915: Update DRIVER_DATE to 20170703Daniel Vetter1-2/+2
2017-06-30drm/amd/amdgpu: move get memory type function from early init to sw initJim Qu1-8/+8
2017-06-30drm/amdgpu/cgs: always set reference clock in mode_infoAlex Deucher1-1/+4
2017-06-30drm/i915/cnl: Fix the CURSOR_COEFF_MASK used in DDI Vswing ProgrammingNavare, Manasi D1-1/+1
2017-06-30drm/amdgpu: fix vblank_time when displays are offAlex Deucher1-0/+3
2017-06-29drm/i915/cfl: Fix Workarounds.Rodrigo Vivi1-7/+7
2017-06-29drm/amd/powerplay: power value format change for Vega10Eric Huang1-2/+7
2017-06-29drm/amdgpu/gfx9: support the amdgpu.disable_cu optionNicolai Hähnle1-0/+20
2017-06-29drm/amd/powerplay: change PPSMC_MSG_GetCurrPkgPwr for Vega10Eric Huang1-2/+2
2017-06-29drm/amdgpu: Make amdgpu_cs_parser_init static (v2)Alex Xie2-2/+1
2017-06-29drm/amdgpu/cs: fix a typo in a commentAlex Xie1-1/+1
2017-06-29drm/amdgpu: Fix the exported always on CU bitmapFlora Cui8-7/+24
2017-06-29drm/amdgpu/gfx9: gfx_v9_0_enable_gfx_static_mg_power_gating() can be statickbuild test robot1-3/+3
2017-06-29drm/amdgpu/psp: upper_32_bits/lower_32_bits for address setupAlex Deucher3-14/+14
2017-06-29drm/amd/powerplay/cz: print message if smc message failsAlex Deucher1-1/+1
2017-06-29drm/amdgpu: fix typo in amdgpu_debugfs_test_ib_initArnd Bergmann1-1/+1
2017-06-29drm/amdgpu: enable mmhub pg on ravenHawking Zhang1-1/+2
2017-06-29drm/amdgpu: add new flag AMD_PG_SUPPORT_MMHUBHawking Zhang3-1/+3
2017-06-29drm/amdgpu: add interface to enable/disable mmhub pg on ravenHawking Zhang2-0/+50
2017-06-29drm/amdgpu: add mmhub pg init sequence on ravenHawking Zhang3-0/+179
2017-06-29drm/amd/powerplay: add support for ATOM GFXCLK table v2.Rex Zhu3-14/+51
2017-06-29drm/amdgpu: fix the memory corruption on S3Huang Rui1-8/+7
2017-06-29drm/amdgpu: fix vulkan test performance drop and hang on VIRex Zhu2-10/+285
2017-06-29drm/i915: Avoid undefined behaviour of "u32 >> 32"Chris Wilson1-14/+24
2017-06-29drm/i915: reintroduce VLV/CHV PFI programming power domain workaroundGabriel Krisman Bertazi1-0/+20
2017-06-28drm/i915: Avoid keeping waitboost active for signaling threadsChris Wilson8-91/+45
2017-06-28drm/i915: Drop flushing of the object free list/worker from i915_gem_suspendChris Wilson1-2/+0
2017-06-28drm/i915: Cancel pending execlists irq handler upon idlingChris Wilson1-0/+1
2017-06-28Merge tag 'drm-intel-next-fixes-2017-06-27' of git://anongit.freedesktop.org/...Dave Airlie3-1/+18
2017-06-28Merge tag 'drm-amdkfd-next-2017-06-25' of git://people.freedesktop.org/~gabba...Dave Airlie1-3/+4
2017-06-28Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into ...Dave Airlie7-79/+136
2017-06-27drm/i915: Fix an error checking testChristophe JAILLET1-3/+3
2017-06-27drm/i915/selftests: Fix mutex imbalance for igt_render_engine_reset_fallbackChris Wilson1-7/+14
2017-06-27drm/i915: Disable MSI for all pre-gen5Ville Syrjälä1-3/+5
2017-06-27drm/i915/dp: Remove -1/+1 from t11_t12 for Gen9_LP/CNP caseManasi Navare1-7/+3
2017-06-27drm/i915/dp: Fix the t11_t12 panel power cycle delay from VBT readManasi Navare1-0/+5
2017-06-27Backmerge tag 'v4.12-rc7' into drm-nextDave Airlie461-2758/+4152
2017-06-26drm/i915: Clear execbuf's vma backpointer upon releaseChris Wilson1-0/+1
2017-06-26drm/i915: Pass the right flags to i915_vma_move_to_active()Chris Wilson1-1/+1
2017-06-26drm/i915/cnl: Fix RMW on ddi vswing sequence.Rodrigo Vivi2-0/+16
2017-06-26Linux 4.12-rc7v4.12-rc7Linus Torvalds1-1/+1
2017-06-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+1