All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] drm: atmel-hlcdc: Fix for 4.1
@ 2015-03-16 15:22 Boris Brezillon
  0 siblings, 0 replies; 3+ messages in thread
From: Boris Brezillon @ 2015-03-16 15:22 UTC (permalink / raw)
  To: David Airlie; +Cc: Sylvain Rochet, dri-devel@lists.freedesktop.org

Hi Dave,

This pull request contains a fix for a bug introduced by PM support
addition (which was part of my PR for 4.1), and thus should be
applied on top of the material queued for 4.1.

Best Regards,

Boris

The following changes since commit 03be70050c85768e9ce7c0d0887110d1b629e127:

  Merge tag 'topic/drm-misc-2015-03-10' of git://anongit.freedesktop.org/drm-intel into drm-next (2015-03-11 12:15:06 +1000)

are available in the git repository at:


  https://github.com/bbrezillon/linux-at91.git drm-atmel-hlcdc-4.1-fixes

for you to fetch changes up to f026eb6e031f704fad991fdeb76c40d7c4a301bd:

  drm: atmel-hlcdc: use appropriate enabled flag in suspend/resume (2015-03-16 16:10:42 +0100)

----------------------------------------------------------------
Sylvain Rochet (1):
      drm: atmel-hlcdc: use appropriate enabled flag in suspend/resume

 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c | 21 +++++++++++++++++++++
 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c   | 19 ++++---------------
 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.h   |  3 +++
 3 files changed, 28 insertions(+), 15 deletions(-)

-- 
Boris Brezillon, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PULL] drm: atmel-hlcdc: Fix for 4.1
@ 2015-07-21  7:19 Boris Brezillon
  2015-07-21  7:21 ` Boris Brezillon
  0 siblings, 1 reply; 3+ messages in thread
From: Boris Brezillon @ 2015-07-21  7:19 UTC (permalink / raw)
  To: David Airlie, dri-devel@lists.freedesktop.org
  Cc: Sylvain Rochet, Alexandre Belloni, Nicolas Ferre

Hi Dave,

This pull request contains a bug fix preventing a warning backtrace
when we call drm_vblank_on just after the DRM device
initialization.

Best Regards,

Boris

The following changes since commit e9308884878942c618a42cab122df80fbf458dc9:

  drm/ttm: improve uncached page deallocation. (2015-07-17 18:18:04 +1000)

are available in the git repository at:

  https://github.com/bbrezillon/linux-at91.git tags/drm-atmel-hlcdc/fixes-for-4.2

for you to fetch changes up to 8c4b4b0d19880354864f7720ee5e4e7ab11859d2:

  drm: atmel-hlcdc: fix vblank initial state (2015-07-20 22:47:11 +0200)

----------------------------------------------------------------
Boris Brezillon (1):
      drm: atmel-hlcdc: fix vblank initial state

 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c |  1 +
 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c   | 12 ++++++------
 2 files changed, 7 insertions(+), 6 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PULL] drm: atmel-hlcdc: Fix for 4.1
  2015-07-21  7:19 Boris Brezillon
@ 2015-07-21  7:21 ` Boris Brezillon
  0 siblings, 0 replies; 3+ messages in thread
From: Boris Brezillon @ 2015-07-21  7:21 UTC (permalink / raw)
  To: Boris Brezillon
  Cc: Sylvain Rochet, Alexandre Belloni, Nicolas Ferre,
	dri-devel@lists.freedesktop.org

On Tue, 21 Jul 2015 09:19:53 +0200
Boris Brezillon <boris.brezillon@free-electrons.com> wrote:

This PR is for 4.2 not 4.1.

> Hi Dave,
> 
> This pull request contains a bug fix preventing a warning backtrace
> when we call drm_vblank_on just after the DRM device
> initialization.
> 
> Best Regards,
> 
> Boris
> 
> The following changes since commit e9308884878942c618a42cab122df80fbf458dc9:
> 
>   drm/ttm: improve uncached page deallocation. (2015-07-17 18:18:04 +1000)
> 
> are available in the git repository at:
> 
>   https://github.com/bbrezillon/linux-at91.git tags/drm-atmel-hlcdc/fixes-for-4.2
> 
> for you to fetch changes up to 8c4b4b0d19880354864f7720ee5e4e7ab11859d2:
> 
>   drm: atmel-hlcdc: fix vblank initial state (2015-07-20 22:47:11 +0200)
> 
> ----------------------------------------------------------------
> Boris Brezillon (1):
>       drm: atmel-hlcdc: fix vblank initial state
> 
>  drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c |  1 +
>  drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c   | 12 ++++++------
>  2 files changed, 7 insertions(+), 6 deletions(-)



-- 
Boris Brezillon, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-07-21  7:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-16 15:22 [PULL] drm: atmel-hlcdc: Fix for 4.1 Boris Brezillon
  -- strict thread matches above, loose matches on Subject: below --
2015-07-21  7:19 Boris Brezillon
2015-07-21  7:21 ` Boris Brezillon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.