| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-08-31 | drm/exynos: fimd: move window protect code to prepare/cleanup_plane | Gustavo Padovan | 1 | -23/+34 | |
| Only set/clear the update bit in the CRTC's .atomic_begin()/flush() so all planes are really committed at the same time. Signed-off-by: Gustavo Padovan <[email protected]> Signed-off-by: Inki Dae <[email protected]> | |||||
| 2015-08-31 | drm/exynos: add prepare and cleanup phases for planes | Gustavo Padovan | 2 | -0/+25 | |
| From: Gustavo Padovan <[email protected]> .prepare_plane() and .cleanup_plane() allows to perform extra operations before and after the update of planes. For FIMD for example this will be used to enable disable the shadow protection bit. Signed-off-by: Gustavo Padovan <[email protected]> Signed-off-by: Inki Dae <[email protected]> | |||||
| 2015-08-31 | drm/exynos: fimd: unify call to exynos_drm_crtc_finish_pageflip() | Gustavo Padovan | 1 | -5/+5 | |
| Unify handling of finished plane update to prepare for a following patch that will check for the START and START_S regs to really make sure that the plane was updated. Signed-off-by: Gustavo Padovan <[email protected]> Signed-off-by: Inki Dae <[email protected]> | |||||
| 2015-08-31 | drm/exynos: don't track enabled state at exynos_crtc | Gustavo Padovan | 2 | -17/+0 | |
| struct drm_crtc already stores the enabled state of the crtc thus we don't need to replicate enabled in exynos_drm_crtc. Signed-off-by: Gustavo Padovan <[email protected]> Signed-off-by: Inki Dae <[email protected]> | |||||
| 2015-08-30 | Merge remote-tracking branches 'asoc/topic/rcar', 'asoc/topic/reg-default', ↵ | Mark Brown | 1 | -1/+1 | |
| 'asoc/topic/rl6231', 'asoc/topic/rockchip' and 'asoc/topic/rt286' into asoc-next | |||||
| 2015-08-30 | amdkfd: use <linux/mman.h> instead of <uapi/asm-generic/mman-common.h> | Christoph Hellwig | 2 | -2/+2 | |
| The latter is a default version of <asm/mman.h> and not for driver use. Signed-off-by: Christoph Hellwig <[email protected]> Signed-off-by: Oded Gabbay <[email protected]> | |||||
| 2015-08-28 | drm/amdgpu: use IB for fill_buffer instead of direct command | Chunming Zhou | 4 | -20/+20 | |
| Signed-off-by: Chunming Zhou <[email protected]> Reviewed-by: Christian K?nig <[email protected]> Reviewed-by: Alex Deucher <[email protected]> | |||||
| 2015-08-28 | drm/amdgpu: stop trying to suspend UVD sessions v2 | Christian König | 2 | -24/+19 | |
| Saving the current UVD state on suspend and restoring it on resume just doesn't work reliable. Just close cleanup all sessions on suspend. Ported from radeon commit "12e49feadff6d7b7ebbe852b36943a71524d8d34". v2: rebased Signed-off-by: Christian König <[email protected]> Reviewed-by: Alex Deucher <[email protected]> (v1) | |||||
| 2015-08-28 | drm/amdgpu: add scheduler dependency callback v2 | Christian König | 5 | -0/+55 | |
| This way the scheduler doesn't wait in it's work thread any more. v2: fix race conditions Signed-off-by: Christian König <[email protected]> Reviewed-by: Chunming Zhou <[email protected]> Reviewed-by: Jammy Zhou <[email protected]> | |||||
| 2015-08-28 | drm/amdgpu: let the scheduler work more with jobs v2 | Christian König | 1 | -24/+37 | |
| v2: fix another race condition Signed-off-by: Christian König <[email protected]> Reviewed-by: Chunming Zhou <[email protected]> Reviewed-by: Jammy Zhou <[email protected]> | |||||
| 2015-08-28 | drm/radeon: fix HDMI quantization_range for pre-DCE5 asics | Alex Deucher | 1 | -7/+9 | |
| Support for output_csc is only available on DCE5 and newer so don't mess with the HDMI quantization_range on pre-DCE5 asics. bug: https://bugs.freedesktop.org/show_bug.cgi?id=83226 Signed-off-by: Alex Deucher <[email protected]> Cc: [email protected] | |||||
| 2015-08-28 | drm/i915: set CDCLK if DPLL0 enabled during resuming from S3 | Gary Wang | 1 | -8/+5 | |
| Since BIOS RC 1.4 it would enable CDCLK PLL during BIOS S3 resume, then driver needs to set CDCLK to avoid display corruption if DPLL0 enabled. References: https://bugs.freedesktop.org/show_bug.cgi?id=91697 Reviewed-by: Rodrigo Vivi <[email protected]> Reviewed-by: Damien Lespiau <[email protected]> Reviewed-by: Cooper Chiou <[email protected]> Reviewed-by: Wei Shun Chang <[email protected]> Tested-by: Gary Wang <[email protected]> Cc: Daniel Vetter <[email protected]> Cc: Gavin Hindman <[email protected]> Cc: Chris Wilson <[email protected]> Cc: Xiong Y Zhang <[email protected]> Signed-off-by: Gary Wang <[email protected]> Signed-off-by: Jani Nikula <[email protected]> | |||||
| 2015-08-28 | drm/nouveau/dispnv04: fix build on powerpc | Dave Airlie | 1 | -1/+1 | |
| align with mask code in overlay.c, Ben can clean the naming up later if necessary. Signed-off-by: Dave Airlie <[email protected]> | |||||
| 2015-08-28 | nouveau: fix powerpc build | Dave Airlie | 1 | -2/+2 | |
| Reported-by: Ilia Mirkin on irc. Signed-off-by: Dave Airlie <[email protected]> | |||||
| 2015-08-28 | drm/nouveau: bump driver version for release | Ben Skeggs | 1 | -2/+5 | |
| Signed-off-by: Ben Skeggs <[email protected]> | |||||
| 2015-08-28 | drm/nouveau/tegra: merge platform setup from nouveau drm | Ben Skeggs | 9 | -285/+221 | |
| The copyright header in nvkm/engine/device/platform.c has been replaced with the NVIDIA one from drm/nouveau_platform.c, as most of the actual code is now theirs. Signed-off-by: Ben Skeggs <[email protected]> | |||||
| 2015-08-28 | drm/nouveau/pci: merge agp handling from nouveau drm | Ben Skeggs | 18 | -239/+271 | |
| This commit reinstates the pre-DEVINIT AGP fiddling that was broken in an earlier commit. Signed-off-by: Ben Skeggs <[email protected]> | |||||
| 2015-08-28 | drm/nouveau/device: remove pci/platform_device from common struct | Ben Skeggs | 27 | -108/+106 | |
| Signed-off-by: Ben Skeggs <[email protected]> | |||||
| 2015-08-28 | drm/nouveau/device: import pciid list and integrate quirks with it | Ben Skeggs | 5 | -26/+1577 | |
| PCI IDs taken from the NVIDIA binary driver, with permission. Signed-off-by: Ben Skeggs <[email protected]> | |||||
| 2015-08-28 | drm/nouveau/device: cleaner abstraction for device resource functions | Ben Skeggs | 18 | -62/+71 | |
| Signed-off-by: Ben Skeggs <[email protected]> | |||||
| 2015-08-28 | drm/nouveau/mc: move device irq handling to platform-specific code | Ben Skeggs | 19 | -324/+182 | |
| Signed-off-by: Ben Skeggs <[email protected]> | |||||
| 2015-08-28 | drm/nouveau/mc/gf100-: handle second interrupt tree | Ben Skeggs | 4 | -9/+38 | |
| Doesn't fix any known issue, but best be safe in case control is handed to us from firmware with these left enabled. Signed-off-by: Ben Skeggs <[email protected]> | |||||
| 2015-08-28 | drm/nouveau/mc: abstract interface to master intr registers | Ben Skeggs | 13 | -11/+84 | |
| Signed-off-by: Ben Skeggs <[email protected]> | |||||
| 2015-08-28 | drm/nouveau/pci: new subdev | Ben Skeggs | 15 | -39/+491 | |
| Signed-off-by: Ben Skeggs <[email protected]> | |||||
| 2015-08-28 | drm/nouveau/object: merge with handle | Ben Skeggs | 18 | -442/+219 | |
| Signed-off-by: Ben Skeggs <[email protected]> | |||||
| 2015-08-28 | drm/nouveau/core: remove the remainder of the previous style | Ben Skeggs | 68 | -1856/+496 | |
| Signed-off-by: Ben Skeggs <[email protected]> | |||||
| 2015-08-28 | drm/nouveau/mpeg: convert to new-style nvkm_engine | Ben Skeggs | 14 | -363/+166 | |
| Signed-off-by: Ben Skeggs <[email protected]> | |||||
| 2015-08-28 | drm/nouveau/sw: convert to new-style nvkm_engine | Ben Skeggs | 19 | -292/+115 | |
| Signed-off-by: Ben Skeggs <[email protected]> | |||||
| 2015-08-28 | drm/nouveau/pm: convert to new-style nvkm_engine | Ben Skeggs | 21 | -400/+219 | |
| Signed-off-by: Ben Skeggs <[email protected]> | |||||
| 2015-08-28 | drm/nouveau/gr: convert to new-style nvkm_engine | Ben Skeggs | 59 | -1847/+1744 | |
| Signed-off-by: Ben Skeggs <[email protected]> | |||||
| 2015-08-28 | drm/nouveau/fifo: convert to new-style nvkm_engine | Ben Skeggs | 56 | -801/+640 | |
| Signed-off-by: Ben Skeggs <[email protected]> | |||||
| 2015-08-28 | drm/nouveau/disp: convert to new-style nvkm_engine | Ben Skeggs | 32 | -890/+696 | |
| Signed-off-by: Ben Skeggs <[email protected]> | |||||
| 2015-08-28 | drm/nouveau/dma: convert to new-style nvkm_engine | Ben Skeggs | 22 | -242/+162 | |
| Signed-off-by: Ben Skeggs <[email protected]> | |||||
| 2015-08-28 | drm/nouveau/cipher: convert to new-style nvkm_engine | Ben Skeggs | 4 | -61/+27 | |
| Signed-off-by: Ben Skeggs <[email protected]> | |||||
| 2015-08-28 | drm/nouveau/ce: convert to new-style nvkm_engine | Ben Skeggs | 9 | -278/+86 | |
| Signed-off-by: Ben Skeggs <[email protected]> | |||||
| 2015-08-28 | drm/nouveau/xtensa: convert to new-style nvkm_engine | Ben Skeggs | 8 | -148/+84 | |
| Signed-off-by: Ben Skeggs <[email protected]> | |||||
| 2015-08-28 | drm/nouveau/falcon: convert to new-style nvkm_engine | Ben Skeggs | 36 | -771/+640 | |
| Signed-off-by: Ben Skeggs <[email protected]> | |||||
| 2015-08-28 | drm/nouveau/volt: convert to new-style nvkm_subdev | Ben Skeggs | 12 | -253/+161 | |
| Signed-off-by: Ben Skeggs <[email protected]> | |||||
| 2015-08-28 | drm/nouveau/tmr: convert to new-style nvkm_subdev | Ben Skeggs | 27 | -427/+501 | |
| Signed-off-by: Ben Skeggs <[email protected]> | |||||
| 2015-08-28 | drm/nouveau/therm: convert to new-style nvkm_subdev | Ben Skeggs | 24 | -714/+507 | |
| Signed-off-by: Ben Skeggs <[email protected]> | |||||
| 2015-08-28 | drm/nouveau/pmu: convert to new-style nvkm_subdev | Ben Skeggs | 21 | -261/+229 | |
| Signed-off-by: Ben Skeggs <[email protected]> | |||||
| 2015-08-28 | drm/nouveau/mxm: convert to new-style nvkm_subdev | Ben Skeggs | 11 | -123/+66 | |
| Signed-off-by: Ben Skeggs <[email protected]> | |||||
| 2015-08-28 | drm/nouveau/mmu: convert to new-style nvkm_subdev | Ben Skeggs | 21 | -478/+387 | |
| Signed-off-by: Ben Skeggs <[email protected]> | |||||
| 2015-08-28 | drm/nouveau/mc: convert to new-style nvkm_subdev | Ben Skeggs | 28 | -381/+265 | |
| Signed-off-by: Ben Skeggs <[email protected]> | |||||
| 2015-08-28 | drm/nouveau/ltc: convert to new-style nvkm_subdev | Ben Skeggs | 13 | -342/+235 | |
| Signed-off-by: Ben Skeggs <[email protected]> | |||||
| 2015-08-28 | drm/nouveau/imem: convert to new-style nvkm_subdev | Ben Skeggs | 21 | -391/+285 | |
| Signed-off-by: Ben Skeggs <[email protected]> | |||||
| 2015-08-28 | drm/nouveau/devinit: run devinit scripts right after preinit | Ben Skeggs | 3 | -11/+15 | |
| This ensures we have a valid mask of disabled engines before we start trying to execute fini()/init() on the subdevs, potentially touching devices that don't exist. Signed-off-by: Ben Skeggs <[email protected]> | |||||
| 2015-08-28 | drm/nouveau/ibus: convert to new-style nvkm_subdev | Ben Skeggs | 9 | -209/+101 | |
| Signed-off-by: Ben Skeggs <[email protected]> | |||||
| 2015-08-28 | drm/nouveau/i2c: convert to new-style nvkm_subdev | Ben Skeggs | 23 | -327/+200 | |
| Signed-off-by: Ben Skeggs <[email protected]> | |||||
| 2015-08-28 | drm/nouveau/gpio: convert to new-style nvkm_subdev | Ben Skeggs | 30 | -370/+252 | |
| Signed-off-by: Ben Skeggs <[email protected]> | |||||