[PATCH] drm/analogix_dp: Ensure the panel is properly prepared/unprepared

2016-08-01 Thread Yakir Yang
Sean, On 07/30/2016 03:16 AM, Sean Paul wrote: > Instead of just preparing the panel on bind, actually prepare/unprepare > during modeset/disable. The panel must be prepared in order to read hpd > status, so we need to refcount the prepares in order to ensure we don't > accidentally turn the

[Intel-gfx] [PATCH v4 0/6] Finally fix watermarks

2016-08-01 Thread Maarten Lankhorst
Op 29-07-16 om 22:33 schreef Matt Roper: > On Fri, Jul 29, 2016 at 12:39:05PM +0300, Ville Syrjälä wrote: >> On Thu, Jul 28, 2016 at 05:03:52PM -0700, Matt Roper wrote: >>> This is completely untested (and probably horribly broken/buggy), but >>> here's a quick mockup of the general approach I

[PATCH V3 2/5] dts/imx6q-b850v3: Configure IPU assignment order

2016-08-01 Thread Lucas Stach
Am Sonntag, den 31.07.2016, 21:55 +0200 schrieb Peter Senna Tschudin: > As the IPU has combined limitations across multiple crtcs, and as that > can't be communicated to userspace at the moment, reorder the crtcs to > allow support to two Full-HD monitors by avoiding assigning two > monitors to a

[PATCH v3 01/12] gpu: ipu-cpmem: Add ipu_cpmem_set_uv_offset()

2016-08-01 Thread Philipp Zabel
Am Sonntag, den 31.07.2016, 12:42 -0700 schrieb Steve Longerbeam: > Adds ipu_cpmem_set_uv_offset(), to set planar U/V offsets. > > Signed-off-by: Steve Longerbeam There is no need to resend already applied patches. regards Philipp

[PATCH v3 09/12] gpu: ipu-v3: Add Video Deinterlacer unit

2016-08-01 Thread Philipp Zabel
Am Sonntag, den 31.07.2016, 12:42 -0700 schrieb Steve Longerbeam: > Adds the Video Deinterlacer (VDIC) unit. > > Signed-off-by: Steve Longerbeam > > --- > > v3: > - renamed and exported ipu_vdi_set_top_field_man() to > ipu_vdi_set_field_order(). Args include std and field to determine >

[PATCH v3 10/12] gpu: ipu-v3: Add FSU channel linking support

2016-08-01 Thread Philipp Zabel
Am Sonntag, den 31.07.2016, 12:42 -0700 schrieb Steve Longerbeam: > Adds functions to link and unlink source channels to sink > channels in the FSU: > > int ipu_fsu_link(struct ipu_soc *ipu, int src_ch, int sink_ch); > int ipu_fsu_unlink(struct ipu_soc *ipu, int src_ch, int sink_ch); > > The

[PATCH v2 11/13] gpu: ipu-ic: Add complete image conversion support with tiling

2016-08-01 Thread Philipp Zabel
Am Donnerstag, den 28.07.2016, 16:09 -0700 schrieb Steve Longerbeam: > > Now split the frame in half and suddenly pixel x' = 640 is the start of > > a new tile, so it is sampled at x = 160, and pixel x' = 1279 will be > > sampled at x = 160 + (1279 - 640) * 8192/32846. = 319.37, reading over > >

[Bug 91281] Tonga VCE 2160p encode fails with BO to small for addr

2016-08-01 Thread bugzilla-dae...@freedesktop.org
883200 1101026 = OK 0x0108fde000 14 13 24883200 1088786 = fail -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160801

[PATCH V3 1/5] drm/imx-ldb: Add support to drm-bridge

2016-08-01 Thread Philipp Zabel
Am Sonntag, den 31.07.2016, 21:55 +0200 schrieb Peter Senna Tschudin: > Add support to attach a drm_bridge to imx-ldb in addition to > existing support to attach a LVDS panel. > > This patch does a simple code refactoring by moving code > from for_each_child_of_node iterator to a new function

virglrenderer regression in commit ad4f0f1941677c

2016-08-01 Thread Rob Clark
On Mon, Aug 1, 2016 at 1:30 AM, Marc-André Lureau wrote: > > Hi > > - Original Message - >> On Fri, Jul 29, 2016 at 3:57 PM, Rob Herring wrote: >> > Hi, >> > >> > This commit in virglrenderer causes a regression in Android for me. >> > The parameters that get passed in are last_level =

[RFC 0/3] drm: Add DRM text mode

2016-08-01 Thread Noralf Trønnes
Den 30.07.2016 17:48, skrev Noralf Trønnes: > > Den 29.07.2016 10:23, skrev Daniel Vetter: >> Actually adding David. >> -Daniel >> >> On Fri, Jul 29, 2016 at 10:20:51AM +0200, Daniel Vetter wrote: >>> On Thu, Jul 28, 2016 at 04:15:04PM +0200, Noralf Trønnes wrote: This patchset explores

[Bug 80419] XCOM: Enemy Unknown Causes lockup

2016-08-01 Thread bugzilla-dae...@freedesktop.org
because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160801/0d1c0f57/attachment.html>

[Intel-gfx] [PATCH v4 0/6] Finally fix watermarks

2016-08-01 Thread Ville Syrjälä
On Mon, Aug 01, 2016 at 10:48:37AM +0200, Maarten Lankhorst wrote: > Op 29-07-16 om 22:33 schreef Matt Roper: > > On Fri, Jul 29, 2016 at 12:39:05PM +0300, Ville Syrjälä wrote: > >> On Thu, Jul 28, 2016 at 05:03:52PM -0700, Matt Roper wrote: > >>> This is completely untested (and probably

[Intel-gfx] [PATCH v4 0/6] Finally fix watermarks

2016-08-01 Thread Ville Syrjälä
On Fri, Jul 29, 2016 at 01:41:26PM -0700, Matt Roper wrote: > On Fri, Jul 29, 2016 at 10:26:20PM +0300, Ville Syrjälä wrote: > > On Fri, Jul 29, 2016 at 02:48:09PM -0400, Lyude wrote: > > > So I've been working on trying to fix this entirely again (e.g. writing > > > the ddb properly), since

[Bug 97122] list of 12 dEQP-GLES2 tests causing systematic GPU lockups

2016-08-01 Thread bugzilla-dae...@freedesktop.org
this. Does the lockup happen with LLVM trunk? -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160801/64d3d0d8/attachment.html>

[PATCH -next] drm/amdgpu: use kmemdup rather than duplicating its implementation

2016-08-01 Thread Nicolai Hähnle
On 29.07.2016 20:38, Deucher, Alexander wrote: >> -Original Message- >> From: Sean Paul [mailto:seanpaul at google.com] >> Sent: Friday, July 29, 2016 3:35 PM >> To: Wei Yongjun >> Cc: Deucher, Alexander; Koenig, Christian; Dave Airlie; Jiang, Sonny; Liu, >> Leo; >> Nath, Arindam; Zhou,

[Bug 97166] lockup during gameplay of Batman series of games

2016-08-01 Thread bugzilla-dae...@freedesktop.org
attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160801/6c955ee4/attachment.html>

[Bug 96326] Heavy screen flickering in OpenGL apps on R9 390

2016-08-01 Thread bugzilla-dae...@freedesktop.org
achment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160801/86c8d3ea/attachment.html>

Why drm-mipi-dsi is built-in only?

2016-08-01 Thread Jani Nikula
Cc Andrzej, Thierry On Fri, 22 Jul 2016, Daniel Vetter wrote: > On Fri, Jul 22, 2016 at 04:30:24PM +0200, Takashi Iwai wrote: >> Hi, >> >> is there any reason drm-mipi-dsi can't be a module? It's fixed as a >> built-in since its Kconfig is bool. > > Probably none except embedded folks eshew

[Bug 97157] MST displays fail to wake

2016-08-01 Thread bugzilla-dae...@freedesktop.org
art -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160801/856a9152/attachment.html>

[Bug 96326] Heavy screen flickering in OpenGL apps on R9 390

2016-08-01 Thread bugzilla-dae...@freedesktop.org
/drm/card?/device/power_dpm_force_performance_level is set to "auto". -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160801/5b45b4e5/attachment-0001.html>

[Intel-gfx] [PATCH 2/9] drm: Store clipped src/dst coordinatee in drm_plane_state

2016-08-01 Thread Sean Paul
On Tue, Jul 26, 2016 at 12:06 PM, wrote: > From: Ville Syrjälä > > Pretty much all driver will have need for the clipped plane > coordinates, so let's stuff then into drm_plane_state. > > Signed-off-by: Ville Syrjälä Reviewed-by: Sean Paul > --- > include/drm/drm_crtc.h | 13

[Intel-gfx] [PATCH v2 3/9] drm/plane-helper: Add drm_plane_helper_check_state()

2016-08-01 Thread Sean Paul
On Tue, Jul 26, 2016 at 1:34 PM, wrote: > From: Ville Syrjälä > > Add a version of drm_plane_helper_check_update() which takes a plane > state instead of having the caller pass in everything. > > And to reduce code duplication, let's reimplement > drm_plane_helper_check_update() in terms of

[PATCH 4/9] drm/i915: Use drm_plane_state.{src,dst,visible}

2016-08-01 Thread Sean Paul
On Tue, Jul 26, 2016 at 12:06 PM, wrote: > From: Ville Syrjälä > > Replace the private drm_rects/flags in intel_plane_state > with the ones now living in drm_plane_state. > > Signed-off-by: Ville Syrjälä Reviewed-by: Sean Paul > --- > drivers/gpu/drm/i915/intel_atomic_plane.c | 20

[PATCH 5/9] drm/i915: Use drm_plane_helper_check_state()

2016-08-01 Thread Sean Paul
On Tue, Jul 26, 2016 at 12:07 PM, wrote: > From: Ville Syrjälä > > Replace the use of drm_plane_helper_check_update() with > drm_plane_helper_check_state() since we have a plane state. > > Signed-off-by: Ville Syrjälä Reviewed-by: Sean Paul > --- >

[Intel-gfx] [PATCH 6/9] drm/rockchip: Use drm_plane_state.{src, dst}

2016-08-01 Thread Sean Paul
On Tue, Jul 26, 2016 at 12:07 PM, wrote: > From: Ville Syrjälä > > Replace the private drm_rects in vop_plane_state with > the ones now living in drm_plane_state. > > Cc: Yao > Cc: linux-rockchip at lists.infradead.org > Signed-off-by: Ville Syrjälä Reviewed-by: Sean Paul > --- >

[Intel-gfx] [PATCH 7/9] drm/rockchip: Use drm_plane_helper_check_state()

2016-08-01 Thread Sean Paul
On Tue, Jul 26, 2016 at 12:07 PM, wrote: > From: Ville Syrjälä > > Replace the use of drm_plane_helper_check_update() with > drm_plane_helper_check_state() since we have a plane state. > > Rockchip looks to handling plane clipping rather well already > (unlikje most arm drm drivers) so there

[Intel-gfx] [PATCH 8/9] drm/mediatek: Use drm_plane_helper_check_state()

2016-08-01 Thread Sean Paul
On Tue, Jul 26, 2016 at 12:07 PM, wrote: > From: Ville Syrjälä > > Replace the use of drm_plane_helper_check_update() with > drm_plane_helper_check_state() since we have a plane state. > > This also eliminates the double clipping the driver was doing > in both check and commit phases). And it

[PATCH 9/9] drm/simple_kms_helper: Use drm_plane_helper_check_state()

2016-08-01 Thread Sean Paul
On Tue, Jul 26, 2016 at 12:07 PM, wrote: > From: Ville Syrjälä > > Replace the use of drm_plane_helper_check_update() with > drm_plane_helper_check_state() since we have a plane state. > > I don't see any actual users of drm_simple_kms_helper yet, so > no actual plane clipping bugs to fix. >

[PATCH 0/9] drm: Store clipped coordinates in drm_plane_state

2016-08-01 Thread Sean Paul
On Tue, Jul 26, 2016 at 12:06 PM, wrote: > From: Ville Syrjälä > > Moving the clipped plane coordinates into drm_plane_state has been > discussed a few times, but as no patches seems to have materialized, > I decoded to do it myself. I also added a new helper function > like

[PATCH 0/7] drm/mediatek: cleaning up and refine

2016-08-01 Thread Sean Paul
On Fri, Jul 29, 2016 at 5:04 AM, Bibby Hsieh wrote: > These patches based on 4.7-rc1 to clean up unused function & variable > and use drm core function instead. > > The following patches are needed to cleanly apply on top of v4.7-rc1: > - https://patchwork.kernel.org/patch/8044001/ >(drm:

[PATCH 0/9] drm: Store clipped coordinates in drm_plane_state

2016-08-01 Thread Ville Syrjälä
On Mon, Aug 01, 2016 at 11:12:05AM -0400, Sean Paul wrote: > On Tue, Jul 26, 2016 at 12:06 PM, wrote: > > From: Ville Syrjälä > > > > Moving the clipped plane coordinates into drm_plane_state has been > > discussed a few times, but as no patches seems to have materialized, > > I decoded to do

[Bug 97166] lockup during gameplay of Batman series of games

2016-08-01 Thread bugzilla-dae...@freedesktop.org
: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160801/f9372b92/attachment.html>

[Bug 97166] lockup during gameplay of Batman series of games

2016-08-01 Thread bugzilla-dae...@freedesktop.org
too. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160801/aa2cf5fe/attachment-0001.html>

[Bug 97166] lockup during gameplay of Batman series of games

2016-08-01 Thread bugzilla-dae...@freedesktop.org
tps://pci-ids.ucw.cz/read/PC/1002/6938 -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160801/9183cd5f/attachment.html>

[Bug 97166] lockup during gameplay of Batman series of games

2016-08-01 Thread bugzilla-dae...@freedesktop.org
suspect it is one of those "as soon as threading is pushed lockup happens" ;) -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachm

[Bug 94860] [radeonsi/amdgpu][DCC] screen is corrupted when logging out of kde

2016-08-01 Thread bugzilla-dae...@freedesktop.org
ail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160801/34d870f9/attachment.html>

[Bug 90481] Radeonsi driver, X crash while playing "Spec ops: the line"

2016-08-01 Thread bugzilla-dae...@freedesktop.org
attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160801/bb3f3bfc/attachment.html>

[PATCH V3 3/5] Documentation/devicetree/bindings: b850v3_lvds_dp

2016-08-01 Thread Rob Herring
On Sun, Jul 31, 2016 at 09:55:36PM +0200, Peter Senna Tschudin wrote: > Devicetree bindings documentation for the GE B850v3 LVDS/DP++ > display bridge. > > Cc: Javier Martinez Canillas > Cc: Enric Balletbo i Serra > Cc: Philipp Zabel > Cc: Rob Herring > Cc: Fabio Estevam > Signed-off-by:

[Bug 95474] Bioshock Infinite and DiRT Showdown perform very poorly on any GPU with GCN >=1.1

2016-08-01 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160801/be41328b/attachment.html>

[PATCH 1/3] drm: bridge: add DesignWare HDMI I2S audio support

2016-08-01 Thread Mark Brown
. Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: not available URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160801/e843072f/attachment-0001.sig>

Why drm-mipi-dsi is built-in only?

2016-08-01 Thread Andrzej Hajda
On 08/01/2016 03:59 PM, Jani Nikula wrote: > Cc Andrzej, Thierry > > On Fri, 22 Jul 2016, Daniel Vetter wrote: >> On Fri, Jul 22, 2016 at 04:30:24PM +0200, Takashi Iwai wrote: >>> Hi, >>> >>> is there any reason drm-mipi-dsi can't be a module? It's fixed as a >>> built-in since its Kconfig is

[Bug 96866] REGRESSION System frozen after resume

2016-08-01 Thread bugzilla-dae...@freedesktop.org
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160801/7529c1f0/attachment.html>

[Bug 96866] REGRESSION System frozen after resume

2016-08-01 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160801/2dcb169f/attachment.html>

[PATCH] drm/analogix_dp: Ensure the panel is properly prepared/unprepared

2016-08-01 Thread Sean Paul
On Sun, Jul 31, 2016 at 11:27 PM, Yakir Yang wrote: > Sean, > > On 07/30/2016 03:16 AM, Sean Paul wrote: >> >> Instead of just preparing the panel on bind, actually prepare/unprepare >> during modeset/disable. The panel must be prepared in order to read hpd >> status, so we need to refcount the

[PATCH] drm/analogix_dp: Ensure the panel is properly prepared/unprepared

2016-08-01 Thread Sean Paul
On Mon, Aug 1, 2016 at 4:20 PM, Sean Paul wrote: > On Sun, Jul 31, 2016 at 11:27 PM, Yakir Yang wrote: >> Sean, >> >> On 07/30/2016 03:16 AM, Sean Paul wrote: >>> >>> Instead of just preparing the panel on bind, actually prepare/unprepare >>> during modeset/disable. The panel must be prepared in

Re: [PATCH V3 2/5] dts/imx6q-b850v3: Configure IPU assignment order

2016-08-01 Thread Peter Senna Tschudin
Hi Lucas, Thank you for the prompt review. On Monday, August 1, 2016 10:54 CEST, Lucas Stach wrote: > Am Sonntag, den 31.07.2016, 21:55 +0200 schrieb Peter Senna Tschudin: > > As the IPU has combined limitations across multiple crtcs, and as that > > can't be communicated to userspace at the

[PATCH v14 0/17] Add Analogix Core Display Port Driver

2016-08-01 Thread Yakir Yang
On 07/29/2016 04:38 PM, Tomeu Vizoso wrote: > On 5 April 2016 at 04:06, Yakir Yang wrote: >> Hi Daniel, >> >> >> On 03/31/2016 06:15 PM, Daniel Vetter wrote: >>> On Mon, Feb 15, 2016 at 07:08:05PM +0800, Yakir Yang wrote: Hi all, The Samsung Exynos eDP controller and Rockchip

[PATCH 1/3] drm: bridge: add DesignWare HDMI I2S audio support

2016-08-01 Thread Kuninori Morimoto
Hi Jose Cc: Mark, Thierry, Daniel > > From: Kuninori Morimoto > > > > Current dw-hdmi is supporting sound via AHB bus, but it has > > I2S audio feature too. This patch adds I2S audio support to dw-hdmi. > > This HDMI I2S is supported by using ALSA SoC common HDMI encoder > > driver. > > > >

virglrenderer regression in commit ad4f0f1941677c

2016-08-01 Thread Marc-André Lureau
Hi - Original Message - > On Fri, Jul 29, 2016 at 3:57 PM, Rob Herring wrote: > > Hi, > > > > This commit in virglrenderer causes a regression in Android for me. > > The parameters that get passed in are last_level = 8, width = 1. I'm > > not really sure if this is valid (I'm guessing

[PATCH v4 0/7] rk3399 support ddr frequency scaling

2016-08-01 Thread Chanwoo Choi
Hi Lin, On 2016년 07월 29일 16:56, Lin Huang wrote: > rk3399 platform have dfi controller can monitor ddr load, > and dcf controller to handle ddr register so we can get the > right ddr frequency and make ddr controller happy work(which > will implement in bl31). So we do ddr frequency scaling

[PATCH v4 5/7] PM / devfreq: event: support rockchip dfi controller

2016-08-01 Thread Chanwoo Choi
Hi Lin, Because you remove the 'RFC' prefix on patch title, I think that you better to make the documentation as following: - Documentation/devicetree/bindings/devfreq/event/rockchip-dfi.txt Regards, Chanwoo Choi On 2016년 07월 29일 16:56, Lin Huang wrote: > on rk3399 platform, there is dfi

[PATCH 1/3] drm: bridge: add DesignWare HDMI I2S audio support

2016-08-01 Thread Jose Abreu
Hi, On 01-08-2016 05:57, Kuninori Morimoto wrote: > Hi Jose > Cc: Mark, Thierry, Daniel > >>> From: Kuninori Morimoto >>> >>> Current dw-hdmi is supporting sound via AHB bus, but it has >>> I2S audio feature too. This patch adds I2S audio support to dw-hdmi. >>> This HDMI I2S is supported by

[PATCH v4 5/7] PM / devfreq: event: support rockchip dfi controller

2016-08-01 Thread Chanwoo Choi
Hi Lin, I add the one minor comment for full name of 'DRI'. On 2016년 08월 01일 16:41, Chanwoo Choi wrote: > Hi Lin, > > Because you remove the 'RFC' prefix on patch title, > I think that you better to make the documentation as following: > -

[PATCH v4 5/7] PM / devfreq: event: support rockchip dfi controller

2016-08-01 Thread hl
Hi Chanwoo Choi, On 2016年08月01日 16:08, Chanwoo Choi wrote: > Hi Lin, > > I add the one minor comment for full name of 'DRI'. > > On 2016년 08월 01일 16:41, Chanwoo Choi wrote: >> Hi Lin, >> >> Because you remove the 'RFC' prefix on patch title, >> I think that you better to make the

[PATCH v4 6/7] PM / devfreq: rockchip: add devfreq driver for rk3399 dmc

2016-08-01 Thread Chanwoo Choi
Hi Lin, As I mentioned on patch5, you better to make the documentation as following: - Documentation/devicetree/bindings/devfreq/rk3399_dmc.txt And, I add the comments. On 2016년 07월 29일 16:57, Lin Huang wrote: > base on dfi result, we do ddr frequency scaling, register > dmc driver to

[PATCH v4 5/7] PM / devfreq: event: support rockchip dfi controller

2016-08-01 Thread Chanwoo Choi
Hi Lin, On 2016년 08월 01일 17:27, hl wrote: > Hi Chanwoo Choi, > > On 2016年08月01日 16:08, Chanwoo Choi wrote: >> Hi Lin, >> >> I add the one minor comment for full name of 'DRI'. >> >> On 2016년 08월 01일 16:41, Chanwoo Choi wrote: >>> Hi Lin, >>> >>> Because you remove the 'RFC'

[PATCH 1/3] drm: bridge: add DesignWare HDMI I2S audio support

2016-08-01 Thread Russell King - ARM Linux
On Fri, Jun 24, 2016 at 11:40:44AM +0900, Kuninori Morimoto wrote: > +static int snd_dw_hdmi_probe(struct platform_device *pdev) > +{ > + struct dw_hdmi_i2s_audio_data *audio = pdev->dev.platform_data; > + struct platform_device_info pdevinfo; > + struct hdmi_codec_pdata pdata; > + > +

[PATCH] drm/ast: Fix incorrect memory size detection with analog VGA

2016-08-01 Thread Timothy Pearson
On mainboards with analog VGA output the memory size is incorrectly detected due to an invalid register probe. This leads to a corrupted and unusable framebuffer on the analog VGA output. Do not probe the DP501-related VGA scratch register if the DP501 device was not detected. Tested-on: ASUS

[PATCH v3 01/12] gpu: ipu-cpmem: Add ipu_cpmem_set_uv_offset()

2016-08-01 Thread Steve Longerbeam
On 08/01/2016 02:13 AM, Philipp Zabel wrote: > Am Sonntag, den 31.07.2016, 12:42 -0700 schrieb Steve Longerbeam: >> Adds ipu_cpmem_set_uv_offset(), to set planar U/V offsets. >> >> Signed-off-by: Steve Longerbeam > There is no need to resend already applied patches. > Ok, I wasn't sure whether

[PATCH v4 0/7] rk3399 support ddr frequency scaling

2016-08-01 Thread hl
Hi Chanwoo Choi, Ah, i am base on https://chromium.googlesource.com/chromiumos/third_party/kernel/v4.4, and forget to rebase on https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git, i will fix it in next version. I am sorry about that. And can you help to review the devfreq

[PATCH v4 0/7] rk3399 support ddr frequency scaling

2016-08-01 Thread Chanwoo Choi
Hi Lin, On 2016년 08월 01일 16:46, hl wrote: > Hi Chanwoo Choi, > > Ah, i am base on > https://chromium.googlesource.com/chromiumos/third_party/kernel/v4.4, > and forget to rebase on > https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git, i will > fix it in next version.

[PATCH] drm/gma500: remove comment for non-existent parameter

2016-08-01 Thread jiang.bi...@zte.com.cn
Remove comment for non-existent parameter in psbfb_alloc(). Signed-off-by: Jiang Biao --- drivers/gpu/drm/gma500/framebuffer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/gma500/framebuffer.c b/drivers/gpu/drm/gma500/framebuffer.c index 7440bf9..f323989 100644 ---

[PATCH v3 10/12] gpu: ipu-v3: Add FSU channel linking support

2016-08-01 Thread Steve Longerbeam
On 08/01/2016 02:13 AM, Philipp Zabel wrote: > Am Sonntag, den 31.07.2016, 12:42 -0700 schrieb Steve Longerbeam: >> Adds functions to link and unlink source channels to sink >> channels in the FSU: >> >> int ipu_fsu_link(struct ipu_soc *ipu, int src_ch, int sink_ch); >> int ipu_fsu_unlink(struct

[PATCH v3 09/12] gpu: ipu-v3: Add Video Deinterlacer unit

2016-08-01 Thread Steve Longerbeam
On 08/01/2016 02:13 AM, Philipp Zabel wrote: > > Please remove the unused headers. I think you can remove all but > export.h, types.h, errno.h, and io.h. > Other than that, the patch now looks fine to me. > I was able to prune all but io.h, the rest is provided by ipu-prv.h. Steve

[git pull] drm for v4.8

2016-08-01 Thread Linus Torvalds
On Mon, Aug 1, 2016 at 9:32 PM, Dave Airlie wrote: > > This is the main drm pull request for 4.8, I'm down with a cold at the moment > so hopefully this isn't in too bad a state, I finished pulling stuff last > week mostly (nouveau fixes just went in today), so only this message should > be

[PATCH] drm/analogix_dp: Ensure the panel is properly prepared/unprepared

2016-08-01 Thread Yakir Yang
Sean, On 07/30/2016 03:16 AM, Sean Paul wrote: > Instead of just preparing the panel on bind, actually prepare/unprepare > during modeset/disable. The panel must be prepared in order to read hpd > status, so we need to refcount the prepares in order to ensure we don't > accidentally turn the