summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-08drm/i915: Disable engine->irq_tasklet around resetsChris Wilson1-0/+15
2017-02-08drm/i915: Split GEM resetting into 3 phasesChris Wilson3-2/+9
2017-02-08drm/i915: Move calling engine->init_hw() to its own functionChris Wilson1-7/+18
2017-02-08drm/i915: i915_gem_shrink_all() needs an awake deviceChris Wilson2-6/+3
2017-02-08drm/i915: Move ilk_pipe_pixel_rate() to intel_display.cVille Syrjälä3-34/+35
2017-02-08drm/i915: Replace the .modeset_commit_cdclk() hook with a more direct .set_cd...Ville Syrjälä4-51/+38
2017-02-08drm/i915: Nuke the VLV/CHV PFI programming power domain workaroundVille Syrjälä1-14/+0
2017-02-08drm/i915: Move PFI credit reprogramming into vlv/chv_set_cdclk()Ville Syrjälä1-1/+4
2017-02-08drm/i915: Pass the cdclk state to the set_cdclk() functionsVille Syrjälä1-30/+48
2017-02-08drm/i915: Pass dev_priv to remainder of the cdclk functionsVille Syrjälä1-15/+10
2017-02-08drm/i915: Track full cdclk state for the logical and actual cdclk frequenciesVille Syrjälä6-84/+128
2017-02-08drm/i915: Start moving the cdclk stuff into a distinct state structureVille Syrjälä10-176/+258
2017-02-08drm/i915: Pass computed vco to bxt_set_cdclk()Ville Syrjälä1-14/+19
2017-02-08drm/i915: Move most cdclk/rawclk related code to intel_cdclk.cVille Syrjälä5-1694/+1816
2017-02-08drm/i915: Clean up the .get_cdclk() assignment if ladderVille Syrjälä1-17/+22
2017-02-08drm/i915: s/get_display_clock_speed/get_cdclk/Ville Syrjälä3-62/+41
2017-02-08drm/i915: Nuke intel_mode_max_pixclk()Ville Syrjälä1-35/+6
2017-02-08drm/i915: Store the pipe pixel rate in the crtc stateVille Syrjälä4-17/+42
2017-02-08drm/i915/guc: Log significant events at the info levelTvrtko Ursulin1-4/+5
2017-02-08drm/i915: Use for_each_power_domain() in i915_power_domain_info()Joonas Lahtinen1-6/+1
2017-02-08drm/i915: Avoid BIT(max) - 1 and use GENMASK(max - 1, 0)Joonas Lahtinen3-3/+3
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
2017-02-08drm/i915: Always convert incoming exec offsets to non-canonicalMichał Winiarski1-6/+6
2017-02-08drm/fsl-dcu: check for clk_prepare_enable() errorFabio Estevam1-2/+6
2017-02-08drm/fsl-dcu: remove unneeded 'ret' assignmentFabio Estevam1-3/+1
2017-02-08Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie5-41/+137
2017-02-08Merge branch 'drm-rockchip-next-2017-02-07' of https://github.com/markyzq/ker...Dave Airlie1-1/+1
2017-02-08drm/i915: Restore context and pd for ringbuffer submission after resetChris Wilson4-17/+81
2017-02-07drm/i915: Get correct display clock on 945gmArthur Heymans2-3/+26
2017-02-07drm/i915: Remove overzealous fence warn on runtime suspendChris Wilson2-2/+11
2017-02-07drm/exynos: fimd: Do not use HW trigger for exynos3250Hoegeun Kwon1-2/+0
2017-02-07drm/exynos/hdmi: add bridge supportAndrzej Hajda1-10/+46
2017-02-07drm/exynos/decon5433: signal vblank only on odd fieldsAndrzej Hajda2-0/+8
2017-02-07drm/exynos/decon5433: add support for interlace modesAndrzej Hajda2-13/+33
2017-02-07drm/exynos/hdmi: fix PLL for 27MHz settingsAndrzej Hajda1-6/+6
2017-02-07drm/exynos/hdmi: fix VSI infoframe registersAndrzej Hajda1-1/+2
2017-02-07drm/exynos/hdmi: add 297MHz pixel clock supportAndrzej Hajda1-0/+9
2017-02-07drm/exynos: g2d: change platform driver name to 'exynos-drm-g2d'Tobias Jakobi1-1/+1
2017-02-07drm/exynos/decon5433: configure sysreg in case of hardware triggerAndrzej Hajda1-8/+32
2017-02-07drm/rockchip: cdn-dp: fix cdn-dp complie warningMark Yao1-1/+1