summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2015-07-04Merge tag 'topic/drm-fixes-2015-07-04' of git://anongit.freedesktop.org/drm-i...Linus Torvalds1-1/+1
2015-07-04drm/crtc: Fix edid length computationShixin Zeng1-1/+1
2015-07-03drm/i915: Update DRIVER_DATE to 20150703Daniel Vetter1-1/+1
2015-07-03drm: remove redundant code form drm_ioc32.cJarkko Sakkinen1-29/+26
2015-07-03drm: reset empty state in transitional helpersDaniel Vetter2-9/+15
2015-07-03drm/crtc-helper: Fixup error handling in drm_helper_crtc_mode_setDaniel Vetter1-13/+11
2015-07-03drm/i915/gtt: Per ppgtt scratch pageMika Kuoppala1-20/+74
2015-07-03drm/i915: Changes required to enable DSI Video Mode on CHTGaurav K Singh1-6/+20
2015-07-03drm/i915: Support for higher DSI clkGaurav K Singh1-2/+2
2015-07-03drm/i915/dsi: abstract dsi bpp derivation from pixel formatJani Nikula1-43/+24
2015-07-03drm/i915: don't increment the FBC threshold at fbc_enablePaulo Zanoni1-4/+6
2015-07-03drm/i915: Report correct GGTT space usageTvrtko Ursulin2-9/+26
2015-07-03drm/i915/gtt: Return struct i915_scratch_page from alloc_scratchMika Kuoppala1-41/+37
2015-07-03drm/i915/gtt: Reorder page alloc/free/init functionsMika Kuoppala1-83/+83
2015-07-03drm/i915: Reserve space improvementsJohn Harrison3-77/+90
2015-07-03drm/i915/bxt: mask off the DPLL state checker bits we don't programImre Deak1-0/+20
2015-07-03Merge branch 'drm-next-4.2' of git://people.freedesktop.org/~agd5f/linuxLinus Torvalds26-89/+539
2015-07-03Merge tag 'drm-intel-next-fixes-2015-07-02' of git://anongit.freedesktop.org/...Linus Torvalds6-3/+29
2015-07-02Merge tag 'module-implicit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-0/+2
2015-07-02drm/atomic: Update old_fb after setting a property.Maarten Lankhorst1-6/+6
2015-07-02drm: Remove useless blank lineThierry Reding1-1/+0
2015-07-02drm: Reject DRI1 hw lock ioctl functions for kms driversDaniel Vetter1-0/+6
2015-07-02drm: Convert drm_legacy_ctxbitmap_init to void return typeDaniel Vetter3-13/+4
2015-07-02drm: Turn off Legacy Context FunctionsPeter Antoine3-6/+58
2015-07-02drm/omap: replace ALIGN(PAGE_SIZE) by PAGE_ALIGNFabian Frederick1-1/+1
2015-07-02drm/omap: fix align_pitch() for 24 bits per pixelTomi Valkeinen1-1/+1
2015-07-02drm/omap: fix omap_gem_put_paddr() error handlingTomi Valkeinen2-6/+4
2015-07-02drm/omap: fix omap_framebuffer_unpin() error handlingTomi Valkeinen2-13/+5
2015-07-02drm/omap: increase DMM transaction timeoutTomi Valkeinen1-1/+1
2015-07-02drm/omap: check that plane is inside crtcTomi Valkeinen1-0/+26
2015-07-01drm/nouveau/gem: use kvfree() in u_free()Pekka Enberg1-4/+1
2015-06-30drm/i915: Clear pipe's pll hw state in hsw_dp_set_ddi_pll_sel()Ander Conselvan de Oliveira1-0/+3
2015-06-30drm/radeon: only check the sink type on DP connectorsAlex Deucher1-9/+9
2015-06-30drm/i915/bxt: add DDI port HW readout supportImre Deak2-8/+29
2015-06-30drm/i915: calculate the port clock rate along with other PLL paramsImre Deak2-25/+38
2015-06-30drm/i915/vlv: move the vlv PLL helper next to its platform counterpartsImre Deak1-10/+10
2015-06-30drm/i915/bxt: add PLL10 to the PLL state dumperImre Deak1-1/+2
2015-06-30drm/i915/bxt: add missing DDI PLL registers to the state checkingImre Deak4-7/+21
2015-06-30drm/i915/skl: Buffer translation improvementsDavid Weinehall5-213/+423
2015-06-29drm/amdgpu: add flag to delay VM updatesChristian König1-3/+3
2015-06-29drm/amdgpu: add optional dependencies to the CS IOCTL v2Christian König1-1/+58
2015-06-29drm/amdgpu: recreate fence from user seqChristian König3-9/+44
2015-06-29gpu/drm/amdgpu: Fix build when CONFIG_DEBUG_FS is not setAlexander Kuleshov1-0/+6
2015-06-29Revert "drm/radeon: dont switch vt on suspend"Alex Deucher1-1/+0
2015-06-29drm/amdgpu: disable enable_nb_ps_policy temporarilySonny Jiang1-1/+1
2015-06-29drm/amdgpu: correct define SMU_EnabledFeatureScoreboard_SclkDpmOnSonny Jiang1-1/+1
2015-06-29drm/amdgpu: allocate ip_block_enabled memory in common codeAlex Deucher3-9/+3
2015-06-29drm/amdgpu: remove unnecessary check before kfreeManinder Singh1-2/+1
2015-06-29drm/amdgpu: use kzalloc for allocating one thingManinder Singh1-1/+1
2015-06-29drm/radeon: fix adding all VAs to the freed list on remove v2Christian König1-2/+2