summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2016-09-07drm/tilcdc: WARN if CRTC is touched without CRTC lockJyri Sarha1-0/+8
2016-09-07drm/tilcdc: Take CRTC lock when calling tilcdc_crtc_disable()Jyri Sarha1-0/+2
2016-09-07drm/tilcdc: Remove unnecessary tilcdc_crtc_disable() from tilcdc_unload()Jyri Sarha1-2/+0
2016-09-07drm/tilcdc: Flush flip-work workqueue before drm_flip_work_cleanup()Jyri Sarha1-0/+4
2016-09-07drm/tilcdc: Clean up LCDC functional clock rate setting codeJyri Sarha3-42/+47
2016-09-07drm/tilcdc: Take crtc modeset lock while updating the crtc clock rateJyri Sarha1-0/+3
2016-09-07drm/i2c: tda998x: Register ASoC hdmi-codec and add audio DT bindingJyri Sarha2-3/+211
2016-09-07drm/i2c: tda998x: Improve tda998x_configure_audio() audio related pdataJyri Sarha1-38/+46
2016-09-07Revert "drm/i915: Check live status before reading edid"David Weinehall3-36/+11
2016-09-07drm/i915/skl: Don't try to update plane watermarks if they haven't changedLyude2-3/+13
2016-09-07Revert "drm: Unify handling of blob and object properties"Maarten Lankhorst1-5/+18
2016-09-06drm/udl: implement usb_driver suspend/resume.Haixia Shi3-0/+32
2016-09-06drm: fix signed integer overflowXie XiuQi1-1/+1
2016-09-06drm/atomic: Reject properties not part of the object.Maarten Lankhorst1-1/+10
2016-09-06drm/i915: Remove 64b mmio write vfuncsChris Wilson2-13/+9
2016-09-06drm/i915: disable 48bit full PPGTT when vGPU is activeZhi Wang1-3/+6
2016-09-06drm/i915: enable vGPU detection for allPing Gao1-3/+0
2016-09-06drm/i915: disable 48bit full PPGTT when vGPU is activeZhi Wang1-3/+6
2016-09-06drm/i915: enable vGPU detection for allPing Gao1-3/+0
2016-09-06drm/atmel-hlcdc: Make ->reset() implementation staticThierry Reding1-1/+1
2016-09-06drm: atmel-hlcdc: Fix vertical scalingJan Leupold1-5/+5
2016-09-06drm/i915: Don't wait for a spinlock inside error captureChris Wilson1-5/+20
2016-09-05drm/fsl-dcu: disable clock on error pathFabio Estevam1-1/+5
2016-09-05drm/fsl-dcu: use PTR_ERR_OR_ZERO() to simplify the codeWei Yongjun1-4/+1
2016-09-05drm/fsl-dcu: fix endian issue when using clk_register_dividerStefan Agner1-1/+5
2016-09-05drm/i915/guc: revisit GuC loader message levelsDave Gordon1-17/+17
2016-09-05drm/i915/guc: downgrade some DRM_ERROR() messages to DRM_WARN()Dave Gordon1-11/+7
2016-09-03drm/i915: debugfs/i915_gem_interrupt_info does not need struct_mutexChris Wilson1-6/+1
2016-09-03drm/i915: debugfs/i915_gem_seqno_info does not need rpm nor struct_mutexChris Wilson1-10/+0
2016-09-02drm/amd/amdgpu: Merge get_wptr functions in gfx6Tom St Denis1-20/+11
2016-09-02drm/amd/amdgpu: Merge get_rptr functions in gfx8Tom St Denis1-8/+3
2016-09-02drm/amd/amdgpu: Merge get_rptr functions in gfx7Tom St Denis1-8/+3
2016-09-02drm/amd/amdgpu: Merge get_rptr functions in gfx6Tom St Denis1-8/+3
2016-09-02drm/amd/amdgpu: Various tidy ups for gfx6Tom St Denis1-35/+5
2016-09-02drm/amd/amdgpu: Simplify mask creation in gfx6Tom St Denis1-7/+1
2016-09-02drm/amd/amdgpu: Add GRBM lock to various SI functionsTom St Denis1-0/+8
2016-09-02drm/amd/powerplay: original power state table should not be changed.Rex Zhu3-5/+16
2016-09-02drm/amd/powerplay: refine struct name for coding style reason.Rex Zhu1-11/+9
2016-09-02drm/amd/powerplay: add vce state tables initialize for ppt v1.Rex Zhu2-5/+75
2016-09-02drm/amd/powerplay: refine struct name for code style reason.Rex Zhu3-4/+4
2016-09-02drm/amdgpu: prevent command submission failures under memory pressure v2Christian König2-1/+63
2016-09-02drm/amdgpu: only try again if we actually run into -ENOMEMChristian König1-5/+3
2016-09-02drm/i915/bdw: sseu: Fix sseu status parsingImre Deak1-1/+1
2016-09-02drm/i915: sseu: Add debug printf for slice/subslice masksImre Deak2-0/+6
2016-09-02drm/i915: sseu: Convert subslice count fields to subslice maskImre Deak5-63/+55
2016-09-02drm/i915: sseu: Convert slice count field to maskImre Deak4-24/+23
2016-09-02drm/i915: sseu: Simplify debugfs status/info printingImre Deak1-30/+34
2016-09-02drm/i915: sseu: Use sseu_dev_info in device infoImre Deak7-87/+88
2016-09-02drm/i915: sseu: Move sseu_dev_status to i915_drv.hImre Deak2-42/+45
2016-09-02drm/radeon: wire up a pci shutdown callbackAlex Deucher2-1/+14