lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 30 Jul 2012 06:19:54 +0100 (IST)
From:	Dave Airlie <airlied@...ux.ie>
To:	torvalds@...ux-foundation.org
cc:	DRI mailing list <dri-devel@...ts.freedesktop.org>,
	linux-kernel@...r.kernel.org
Subject: [git pull] drm exynos pull for -rc1


Hi Linus,

So I totally missed Inki's pull request for -next, its fully exynos self 
contained.

Regards,
Dave.

The following changes since commit 98c7b42375011ec37251e6fc85a0471cfe499eea:

  Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-next (2012-07-26 10:40:31 +1000)

are available in the git repository at:


  git://people.freedesktop.org/~airlied/linux.git drm-next

for you to fetch changes up to e2f895fac1e9fb5f59444e07391bfb3da719716f:

  Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-samsung into drm-next (2012-07-30 15:16:52 +1000)

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

Cooper Yuan (1):
      drm/exynos: fix buffer pitch calculation

Dave Airlie (1):
      Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-samsung into drm-next

Inki Dae (14):
      Merge branch 'drm-next' of ../main_line/linux-drm into dave-drm-next
      Merge branch 'drm-next' of ../main_line/linux-drm into dave-drm-next
      drm/exynos: removed unnecessary declaration.
      drm/exynos: set edid fake data only for test.
      drm/exynos: check if raw edid data is fake or not for test
      drm/exynos: fixed edid data setting at vidi connection request
      drm/exynos: fixed build warning.
      drm/exynos: use alloc_page() to allocate pages.
      drm/exynos: set buffer type from exporter.
      drm/exynos: do not release memory region from exporter.
      drm/exynos: removed unnecessary variable
      drm/exynos: fixed a comment to gem size.
      drm/exynos: use __free_page() to deallocate memory
      drm/exynos: fixed exception to page allocation failure

Joonyoung Shim (11):
      drm/exynos: fix point to call overlay_ops->mode_set
      drm/exynos: fix to set pipe of crtc
      drm/exynos: define to_exynos_plane macro
      drm/exynos: use private plane for crtc
      drm/exynos: update overlay via plane from crtc
      drm/exynos: add property for plane zpos
      drm/exynos: fix dpms operation for mode set
      drm/exynos: remove unnecessary connector dpms control
      drm/exynos: add plane enable/disable
      drm/exynos: add crtc disable function
      drm/exynos: add property for crtc mode

Sachin Kamat (4):
      drm/exynos: Add missing static storage class specifier
      drm/exynos: Use devm_* functions in exynos_drm_fimd.c
      drm/exynos: Use devm_* functions in exynos_hdmi.c
      drm/exynos: Use devm_* functions in exynos_mixer.c

Subash Patel (2):
      drm/exynos: return NULL if exynos_pages_to_sg fails
      drm/exynos: check for null in return value of dma_buf_map_attachment()

 drivers/gpu/drm/exynos/exynos_drm_connector.c |    3 +-
 drivers/gpu/drm/exynos/exynos_drm_core.c      |    5 -
 drivers/gpu/drm/exynos/exynos_drm_crtc.c      |  294 +++++++++++--------------
 drivers/gpu/drm/exynos/exynos_drm_crtc.h      |   31 ---
 drivers/gpu/drm/exynos/exynos_drm_dmabuf.c    |   33 ++-
 drivers/gpu/drm/exynos/exynos_drm_drv.c       |    9 +-
 drivers/gpu/drm/exynos/exynos_drm_drv.h       |    4 +
 drivers/gpu/drm/exynos/exynos_drm_encoder.c   |  123 +++++------
 drivers/gpu/drm/exynos/exynos_drm_encoder.h   |   12 +-
 drivers/gpu/drm/exynos/exynos_drm_fimd.c      |   40 +---
 drivers/gpu/drm/exynos/exynos_drm_gem.c       |   49 ++---
 drivers/gpu/drm/exynos/exynos_drm_gem.h       |    3 +-
 drivers/gpu/drm/exynos/exynos_drm_plane.c     |  246 ++++++++++++++-------
 drivers/gpu/drm/exynos/exynos_drm_plane.h     |   12 +-
 drivers/gpu/drm/exynos/exynos_drm_vidi.c      |   53 ++++-
 drivers/gpu/drm/exynos/exynos_hdmi.c          |   36 +--
 drivers/gpu/drm/exynos/exynos_mixer.c         |   48 ++--
 include/drm/exynos_drm.h                      |    9 -
 18 files changed, 493 insertions(+), 517 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ