dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [git pull] vmwgfx-fixes
@ 2016-04-28 20:02 Sinclair Yeh
  0 siblings, 0 replies; 10+ messages in thread
From: Sinclair Yeh @ 2016-04-28 20:02 UTC (permalink / raw)
  To: airled; +Cc: thellstrom, dri-devel

Hi Dave,

The following changes since commit 928815245cbdaa611873424759d5e7a7293dd18b:

  Merge tag 'drm-intel-fixes-2016-04-07' of git://anongit.freedesktop.org/drm-intel into drm-fixes (2016-04-11 13:30:05 +1000)

are available in the git repository at:


  git://people.freedesktop.org/~syeh/repos_linux drm-vmwgfx-fixes

for you to fetch changes up to 7851496a32319237456919575e5f4ba62f74cc7d:

  drm/vmwgfx: Fix order of operation (2016-04-28 11:07:30 -0700)

----------------------------------------------------------------
Charmaine Lee (2):
      drm/vmwgfx: Enable SVGA_3D_CMD_DX_SET_PREDICATION
      drm/vmwgfx: use vmw_cmd_dx_cid_check for query commands.

Sinclair Yeh (1):
      drm/vmwgfx: Fix order of operation

 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 10 +++++-----
 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c      |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [git pull] vmwgfx-fixes
@ 2016-07-04 15:13 Sinclair Yeh
  2016-07-08  3:34 ` Dave Airlie
  0 siblings, 1 reply; 10+ messages in thread
From: Sinclair Yeh @ 2016-07-04 15:13 UTC (permalink / raw)
  To: airlied; +Cc: sinclair.yeh, dri-devel

Hi Dave,

The following changes since commit 81e257e964268d050f8e9188becd44d50f241d72:

  drm/atomic: Make drm_atomic_legacy_backoff reset crtc->acquire_ctx (2016-06-24 11:10:36 +1000)

are available in the git repository at:

  git://people.freedesktop.org/~syeh/repos_linux drm-vmwgfx-fixes

for you to fetch changes up to beca4cf55323147ca9c8a98de1871be6e4fe8f34:

  drm/vmwgfx: Fix corner case screen target management (2016-07-01 10:47:51 -0700)

----------------------------------------------------------------
Sinclair Yeh (6):
      drm/vmwgfx: Add a check to handle host message failure
      drm/vmwgfx: Work around mode set failure in 2D VMs
      drm/vmwgfx: Add an option to change assumed FB bpp
      drm/ttm: Make ttm_bo_mem_compat available
      drm/vmwgfx: Check pin count before attempting to move a buffer
      drm/vmwgfx: Delay pinning fbdev framebuffer until after mode set

Thomas Hellstrom (1):
      drm/vmwgfx: Fix corner case screen target management

 drivers/gpu/drm/ttm/ttm_bo.c           |  7 ++++---
 drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c | 25 ++++++++++++++++++++++---
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c    | 12 ++++++++++++
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h    |  1 +
 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c     | 47 +++++++++++++++++++++++++----------------------
 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c    | 10 +++-------
 drivers/gpu/drm/vmwgfx/vmwgfx_msg.c    |  3 +++
 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c   |  8 ++++----
 include/drm/ttm/ttm_bo_api.h           | 14 ++++++++++++++
 9 files changed, 88 insertions(+), 39 deletions(-)

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [git pull] vmwgfx-fixes
  2016-07-04 15:13 Sinclair Yeh
@ 2016-07-08  3:34 ` Dave Airlie
  0 siblings, 0 replies; 10+ messages in thread
From: Dave Airlie @ 2016-07-08  3:34 UTC (permalink / raw)
  To: Sinclair Yeh; +Cc: Dave Airlie, sinclair.yeh, dri-devel

Hi Sinclair,

When sending fixes pulls please include some text about what is in
here, after about -rc3/4 you generally
need more justification and text for non-trivial changes. These seem
somewhat large changes, and it would
be nice to have a summary of them.

It also appears that the ttm patch has some commit dirt, after the
S-o-b/R-b lines.

Dave.


On 5 July 2016 at 01:13, Sinclair Yeh <syeh@vmware.com> wrote:
> Hi Dave,
>
> The following changes since commit 81e257e964268d050f8e9188becd44d50f241d72:
>
>   drm/atomic: Make drm_atomic_legacy_backoff reset crtc->acquire_ctx (2016-06-24 11:10:36 +1000)
>
> are available in the git repository at:
>
>   git://people.freedesktop.org/~syeh/repos_linux drm-vmwgfx-fixes
>
> for you to fetch changes up to beca4cf55323147ca9c8a98de1871be6e4fe8f34:
>
>   drm/vmwgfx: Fix corner case screen target management (2016-07-01 10:47:51 -0700)
>
> ----------------------------------------------------------------
> Sinclair Yeh (6):
>       drm/vmwgfx: Add a check to handle host message failure
>       drm/vmwgfx: Work around mode set failure in 2D VMs
>       drm/vmwgfx: Add an option to change assumed FB bpp
>       drm/ttm: Make ttm_bo_mem_compat available
>       drm/vmwgfx: Check pin count before attempting to move a buffer
>       drm/vmwgfx: Delay pinning fbdev framebuffer until after mode set
>
> Thomas Hellstrom (1):
>       drm/vmwgfx: Fix corner case screen target management
>
>  drivers/gpu/drm/ttm/ttm_bo.c           |  7 ++++---
>  drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c | 25 ++++++++++++++++++++++---
>  drivers/gpu/drm/vmwgfx/vmwgfx_drv.c    | 12 ++++++++++++
>  drivers/gpu/drm/vmwgfx/vmwgfx_drv.h    |  1 +
>  drivers/gpu/drm/vmwgfx/vmwgfx_fb.c     | 47 +++++++++++++++++++++++++----------------------
>  drivers/gpu/drm/vmwgfx/vmwgfx_kms.c    | 10 +++-------
>  drivers/gpu/drm/vmwgfx/vmwgfx_msg.c    |  3 +++
>  drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c   |  8 ++++----
>  include/drm/ttm/ttm_bo_api.h           | 14 ++++++++++++++
>  9 files changed, 88 insertions(+), 39 deletions(-)
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [git pull] vmwgfx-fixes
@ 2016-07-08 15:57 Sinclair Yeh
  0 siblings, 0 replies; 10+ messages in thread
From: Sinclair Yeh @ 2016-07-08 15:57 UTC (permalink / raw)
  To: airlied; +Cc: dri-devel

Hi Dave,

This contains one small patch to make sure we release a mutex when
hitting a framebuffer pinning and mapping failure.

It is not very often that we'll run into this case, and given that
it's late in the current release, I'm okay with batching this up with
the next one if this cannot go in now.

----------------------------------------------------------------

The following changes since commit beca4cf55323147ca9c8a98de1871be6e4fe8f34:

  drm/vmwgfx: Fix corner case screen target management (2016-07-01 10:47:51 -0700)

are available in the git repository at:

  git://people.freedesktop.org/~syeh/repos_linux drm-vmwgfx-fixes

for you to fetch changes up to 58541f7a6458e17ab417321b284f0090f530aa91:

  drm/vmwgfx: Fix error paths when mapping framebuffer (2016-07-08 08:30:35 -0700)

----------------------------------------------------------------
Sinclair Yeh (1):
      drm/vmwgfx: Fix error paths when mapping framebuffer

 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [git pull] vmwgfx-fixes
@ 2016-10-17 18:55 Sinclair Yeh
  0 siblings, 0 replies; 10+ messages in thread
From: Sinclair Yeh @ 2016-10-17 18:55 UTC (permalink / raw)
  To: airlied; +Cc: thellstrom, dri-devel

Hi Dave,

The following changes since commit 90fd68dcf9a763f7e575c8467415bd8a66d073f4:

  drm/udl: fix line iterator in damage handling (2016-09-28 13:29:18 +1000)

are available in the git repository at:

  ssh://people.freedesktop.org/~syeh/repos_linux drm-vmwgfx-fixes

for you to fetch changes up to 862f6157d176c9db5a7ed423245108d9bb3d7038:

  drm/vmwgfx: Adjust checks for null pointers in 13 functions (2016-10-10 13:23:16 -0700)

----------------------------------------------------------------
Baole Ni (1):
      drm/vmwgfx: Replace numeric parameter like 0444 with macro

Charmaine Lee (1):
      drm/vmwgfx: Enable SVGA_3D_CMD_DX_TRANSFER_FROM_BUFFER command

Chris Wilson (1):
      drm/vmwgfx: Remove call to reservation_object_test_signaled_rcu before wait

Markus Elfring (3):
      drm/vmwgfx: Use kmalloc_array() in vmw_surface_define_ioctl()
      drm/vmwgfx: Use memdup_user() rather than duplicating its implementation
      drm/vmwgfx: Adjust checks for null pointers in 13 functions

Thomas Hellstrom (4):
      drm/vmwgfx: Allow resource relocations on byte boundaries
      drm/vmwgfx: Remove a leftover debug printout
      drm/vmwgfx: Limit the user-space command buffer size
      drm/vmwgfx: Avoid validating views on view destruction

 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c      |  10 +++----
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h      |   2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c  | 145 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------
 drivers/gpu/drm/vmwgfx/vmwgfx_resource.c |   6 ++--
 drivers/gpu/drm/vmwgfx/vmwgfx_surface.c  |  56 ++++++++++++++++----------------------
 5 files changed, 146 insertions(+), 73 deletions(-)

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [git pull] vmwgfx-fixes
@ 2016-12-14  2:46 Sinclair Yeh
  0 siblings, 0 replies; 10+ messages in thread
From: Sinclair Yeh @ 2016-12-14  2:46 UTC (permalink / raw)
  To: airled; +Cc: thellstrom, dri-devel

Hi Dave,

The following changes since commit ab7cd8d83e5dba13027de66f1b008b08b30b71a4:

  Merge tag 'drm-intel-fixes-2016-12-01' of git://anongit.freedesktop.org/git/drm-intel into drm-fixes (2016-12-04 06:31:26 +1000)

are available in the git repository at:

  git://people.freedesktop.org/~syeh/repos_linux drm-vmwgfx-fixes

for you to fetch changes up to c013d6ef71a85e01033bcc02da2e07bbdcd6baec:

  drm/vmwgfx: Use dma_pool_zalloc (2016-12-13 07:58:21 -0800)

----------------------------------------------------------------
Arnd Bergmann (1):
      drm/vmwgfx: avoid gcc-7 parentheses warning

Christophe JAILLET (1):
      drm/vmwgfx: Fix handling of errors returned by 'vmw_cotable_alloc()'

Ravikant B Sharma (1):
      drm/vmwgfx : Fix NULL pointer comparison

Souptick Joarder (1):
      drm/vmwgfx: Use dma_pool_zalloc

 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c        | 10 ++++------
 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c    |  4 ++--
 drivers/gpu/drm/vmwgfx/vmwgfx_context.c       |  6 +++---
 drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c       |  2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c           |  6 +++---
 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c       |  6 +++---
 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c         | 10 +++++-----
 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c |  2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_mob.c           |  6 +++---
 drivers/gpu/drm/vmwgfx/vmwgfx_msg.c           |  6 +++---
 drivers/gpu/drm/vmwgfx/vmwgfx_resource.c      |  6 +++---
 drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c          |  2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_shader.c        |  6 +++---
 13 files changed, 35 insertions(+), 37 deletions(-)

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [git pull] vmwgfx-fixes
@ 2017-01-23 18:05 Sinclair Yeh
  0 siblings, 0 replies; 10+ messages in thread
From: Sinclair Yeh @ 2017-01-23 18:05 UTC (permalink / raw)
  To: airlied; +Cc: thellstrom, dri-devel

Hi Dave,

The following changes since commit 25a7087fef1bfe7e0b9f4db4d75e08e9d9b11153:

  Merge remote-tracking branch 'vmwgfx_drm_stage/drm-fixes' into fdo_drm-vmwgfx-fixes (2017-01-19 08:42:10 -0800)

are available in the git repository at:

  git://people.freedesktop.org/~syeh/repos_linux drm-vmwgfx-fixes

for you to fetch changes up to 41007d4514845efbddaab60c7ead99fc44eb33bf:

  drm/vmwgfx: Use kmemdup instead of kmalloc and memcpy (2017-01-19 13:47:17 -0800)

----------------------------------------------------------------
Kees Cook (1):
      drm/vmwgfx: use designated initializers

Shyam Saini (1):
      drm/vmwgfx: Use kmemdup instead of kmalloc and memcpy

Sinclair Yeh (1):
      drm/vmwgfx: Fix depth input into drm_mode_legacy_fb_format

Thomas Hellstrom (4):
      drm/vmwgfx: Clear uninitialized fields of a parameter
      drm/vmwgfx: Annotate ignored return values
      drm/vmwgfx: Clear an uninitialized struct member
      drm/vmwgfx: Fix a potential integer overflow

 drivers/gpu/drm/vmwgfx/device_include/svga3d_surfacedefs.h |  2 ++
 drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c                     |  2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c                        |  2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c                         |  3 +--
 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c              | 10 +++++-----
 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c                        |  4 ++--
 drivers/gpu/drm/vmwgfx/vmwgfx_mob.c                        |  7 +++----
 drivers/gpu/drm/vmwgfx/vmwgfx_resource.c                   |  4 ++--
 8 files changed, 17 insertions(+), 17 deletions(-)

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [git pull] vmwgfx-fixes
@ 2017-07-21 14:57 Sinclair Yeh
  0 siblings, 0 replies; 10+ messages in thread
From: Sinclair Yeh @ 2017-07-21 14:57 UTC (permalink / raw)
  To: airlied, airlied; +Cc: linux-graphics-maintainer, dri-devel

Hi Dave,

The following changes since commit 9ff1beb1d19ffe2b26bf9cd2d33e6073d4f4b5fe:

  Merge tag 'drm-intel-fixes-2017-06-27' of git://anongit.freedesktop.org/git/drm-intel into drm-fixes (2017-06-28 17:07:15 +1000)

are available in the git repository at:

  git://people.freedesktop.org/~syeh/repos_linux drm-vmwgfx-fixes

for you to fetch changes up to 8046306fb9dedf216fc37a7dadc0e35ce37e9567:

  drm/vmwgfx: constify pci_device_id. (2017-07-17 23:41:22 -0700)

----------------------------------------------------------------
Arvind Yadav (2):
      drm/vmwgfx: dma-buf: Constify ttm_place structures.
      drm/vmwgfx: constify pci_device_id.

Brian Paul (1):
      drm/vmwgfx: fix comment mistake for vmw_cmd_dx_set_index_buffer()

Christophe JAILLET (1):
      drm/vmwgfx: Fix handling of errors returned by 'vmw_cotable_alloc()'

Ravikant B Sharma (1):
      drm/vmwgfx: Fix NULL pointer comparison

Sinclair Yeh (3):
      drm/vmwgfx: Limit max desktop dimensions to 8Kx8K
      drm/vmwgfx: Fix cursor hotspot issue with Wayland on Fedora
      drm/vmwgfx: Fix gcc-7.1.1 warning

Souptick Joarder (1):
      drm/vmwgfx: Use dma_pool_zalloc

 drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c        | 24 ++++++++++++------------
 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c        | 10 ++++------
 drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c    |  4 ++--
 drivers/gpu/drm/vmwgfx/vmwgfx_context.c       |  6 +++---
 drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c       |  2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c           |  8 ++++----
 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c       |  8 ++++----
 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c         | 10 +++++-----
 drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c |  2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c           |  9 +++++++++
 drivers/gpu/drm/vmwgfx/vmwgfx_mob.c           |  6 +++---
 drivers/gpu/drm/vmwgfx/vmwgfx_msg.c           |  6 +++---
 drivers/gpu/drm/vmwgfx/vmwgfx_resource.c      |  4 ++--
 drivers/gpu/drm/vmwgfx/vmwgfx_shader.c        |  6 +++---
 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c          |  4 ++--
 15 files changed, 58 insertions(+), 51 deletions(-)

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Git PULL] vmwgfx-fixes
@ 2017-08-29 21:25 Sinclair Yeh
  0 siblings, 0 replies; 10+ messages in thread
From: Sinclair Yeh @ 2017-08-29 21:25 UTC (permalink / raw)
  To: airlied, airlied; +Cc: linux-graphics-maintainer, dri-devel

Hi Dave,

The following changes since commit cc4a41fe5541a73019a864883297bd5043aa6d98:

  Linux 4.13-rc7 (2017-08-27 17:20:40 -0700)

are available in the git repository at:

  git://people.freedesktop.org/~syeh/repos_linux drm-vmwgfx-fixes

for you to fetch changes up to 021aba761f2a6c12158afb9993524c300c01fae2:

  drm/vmwgfx: Fix F26 Wayland screen update issue (2017-08-29 23:19:03 +0200)

----------------------------------------------------------------
Sinclair Yeh (1):
      drm/vmwgfx: Fix F26 Wayland screen update issue

 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 26 +++++++++++++++++++++++++-
 1 file changed, 25 insertions(+), 1 deletion(-)


_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Git PULL] vmwgfx-fixes
@ 2017-11-03 17:26 Sinclair Yeh
  0 siblings, 0 replies; 10+ messages in thread
From: Sinclair Yeh @ 2017-11-03 17:26 UTC (permalink / raw)
  To: airlied, airlied; +Cc: linux-graphics-maintainer, dri-devel

Hi Dave,

The following changes since commit 25dd1aa3b4cf0c361147aa45ff4dd1d335259ac1:

  Merge branch 'linux-4.14' of git://github.com/skeggsb/linux into drm-fixes (2017-11-01 10:05:03 +1000)

are available in the git repository at:

  git://people.freedesktop.org/~syeh/repos_linux drm-vmwgfx-fixes

for you to fetch changes up to cef75036c40408ba3bc308bcb00a3d440da713fc:

  drm/vmwgfx: Fix Ubuntu 17.10 Wayland black screen issue (2017-11-01 10:56:53 -0700)

----------------------------------------------------------------
Arvind Yadav (1):
      drm/vmwgfx: constify vmw_fence_ops

Sinclair Yeh (1):
      drm/vmwgfx: Fix Ubuntu 17.10 Wayland black screen issue

 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c   | 2 +-
 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2017-11-03 19:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-28 20:02 [git pull] vmwgfx-fixes Sinclair Yeh
  -- strict thread matches above, loose matches on Subject: below --
2016-07-04 15:13 Sinclair Yeh
2016-07-08  3:34 ` Dave Airlie
2016-07-08 15:57 Sinclair Yeh
2016-10-17 18:55 Sinclair Yeh
2016-12-14  2:46 Sinclair Yeh
2017-01-23 18:05 Sinclair Yeh
2017-07-21 14:57 Sinclair Yeh
2017-08-29 21:25 [Git PULL] vmwgfx-fixes Sinclair Yeh
2017-11-03 17:26 Sinclair Yeh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).