05 Sep, 2015
1 commit
-
Pull drm updates from Dave Airlie:
"This is the main pull request for the drm for 4.3. Nouveau is
probably the biggest amount of changes in here, since it missed 4.2.
Highlights below, along with the usual bunch of fixes.All stuff outside drm should have applicable acks.
Highlights:
- new drivers:
freescale dcu kms driver- core:
more atomic fixes
disable some dri1 interfaces on kms drivers
drop fb panic handling, this was just getting more broken, as more locking was required.
new core fbdev Kconfig support - instead of each driver enable/disabling it
struct_mutex cleanups- panel:
more new panels
cleanup Kconfig- i915:
Skylake support enabled by default
legacy modesetting using atomic infrastructure
Skylake fixes
GEN9 workarounds- amdgpu:
Fiji support
CGS support for amdgpu
Initial GPU scheduler - off by default
Lots of bug fixes and optimisations.- radeon:
DP fixes
misc fixes- amdkfd:
Add Carrizo support for amdkfd using amdgpu.- nouveau:
long pending cleanup to complete driver,
fully bisectable which makes it larger,
perfmon work
more reclocking improvements
maxwell displayport fixes- vmwgfx:
new DX device support, supports OpenGL 3.3
screen targets support- mgag200:
G200eW support
G200e new revision support- msm:
dragonboard 410c support, msm8x94 support, msm8x74v1 support
yuv format support
dma plane support
mdp5 rotation
initial hdcp- sti:
atomic support- exynos:
lots of cleanups
atomic modesetting/pageflipping support
render node support- tegra:
tegra210 support (dc, dsi, dp/hdmi)
dpms with atomic modesetting support- atmel:
support for 3 more atmel SoCs
new input formats, PRIME support.- dwhdmi:
preparing to add audio support- rockchip:
yuv plane support"* 'drm-next' of git://people.freedesktop.org/~airlied/linux: (1369 commits)
drm/amdgpu: rename gmc_v8_0_init_compute_vmid
drm/amdgpu: fix vce3 instance handling
drm/amdgpu: remove ib test for the second VCE Ring
drm/amdgpu: properly enable VM fault interrupts
drm/amdgpu: fix warning in scheduler
drm/amdgpu: fix buffer placement under memory pressure
drm/amdgpu/cz: fix cz_dpm_update_low_memory_pstate logic
drm/amdgpu: fix typo in dce11 watermark setup
drm/amdgpu: fix typo in dce10 watermark setup
drm/amdgpu: use top down allocation for non-CPU accessible vram
drm/amdgpu: be explicit about cpu vram access for driver BOs (v2)
drm/amdgpu: set MEC doorbell range for Fiji
drm/amdgpu: implement burst NOP for SDMA
drm/amdgpu: add insert_nop ring func and default implementation
drm/amdgpu: add amdgpu_get_sdma_instance helper function
drm/amdgpu: add AMDGPU_MAX_SDMA_INSTANCES
drm/amdgpu: add burst_nop flag for sdma
drm/amdgpu: add count field for the SDMA NOP packet v2
drm/amdgpu: use PT for VM sync on unmap
drm/amdgpu: make wait_event uninterruptible in push_job
...
11 Aug, 2015
2 commits
-
i2c_driver does not need to set an owner because i2c_register_driver()
will set it.Signed-off-by: Krzysztof Kozlowski
Signed-off-by: Lee Jones -
Constify the ACPI device ID array, it doesn't need to be writable at
runtime.Signed-off-by: Mathias Krause
Signed-off-by: Lee Jones
21 Jul, 2015
2 commits
-
On some BYT PLatform the PWM is controlled using CRC PMIC. Add a lookup
entry for the same to be used by the consumer (Intel GFX)CC: Samuel Ortiz
Cc: Linus Walleij
Cc: Alexandre Courbot
Cc: Thierry Reding
Acked-by: Lee Jones
Tested-by: Ville Syrjälä
Signed-off-by: Shobhit Kumar
Signed-off-by: Daniel Vetter -
On some Intel SoC platforms, the panel enable/disable signals are
controlled by CRC PMIC. Add those control as a new GPIO in a lookup
table for gpio-crystalcove chip during CRC driver loadCC: Samuel Ortiz
Cc: Linus Walleij
Cc: Alexandre Courbot
Cc: Thierry Reding
Acked-by: Lee Jones
Acked-by: Linus Walleij
Tested-by: Ville Syrjälä
Signed-off-by: Shobhit Kumar
Signed-off-by: Daniel Vetter
04 Mar, 2015
3 commits
-
Surely GPIO irq will be used as an input pin so make sure its direction is
set after requesting.Signed-off-by: Jarkko Nikula
Signed-off-by: Lee Jones -
It is usually better to pass actual error code from a function call than
mangling it to another.Signed-off-by: Jarkko Nikula
Signed-off-by: Lee Jones -
intel_soc_pmic_find_gpio_irq() tries to find a GPIO interrupt but doesn't
select between it or I2C interrupt so it makes more sense to move this
comment to intel_soc_pmic_i2c_probe() with minor edits.Signed-off-by: Jarkko Nikula
Signed-off-by: Lee Jones
17 Feb, 2015
1 commit
-
This patch add a missing check on the return value of devm_kzalloc,
which would cause a NULL pointer dereference in a OOM situation.Signed-off-by: Kiran Padwal
Signed-off-by: Lee Jones
26 Sep, 2014
1 commit
-
This patch fix warning message with CONFIG_PM_SLEEP disabled
If CONFIG_PM_SLEEP is not enabled we receive the following warning message:drivers/mfd/intel_soc_pmic_core.c:118:12:
warning: 'intel_soc_pmic_suspend' defined but not usedSigned-off-by: Jaewon Kim
Signed-off-by: Lee Jones
09 Jul, 2014
1 commit
-
If CONIFG_ACPI is not enabled we receive the following warning:
drivers/mfd/intel_soc_pmic_core.c:144:30:
warning: ‘intel_soc_pmic_acpi_match’ defined but not usedThis patch rids it.
Signed-off-by: Lee Jones
17 Jun, 2014
1 commit
-
This patch provides the common I2C driver code for Intel SoC PMICs.
Signed-off-by: Yang, Bin
Signed-off-by: Zhu, Lejun
Signed-off-by: Lee Jones