intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH v7 0/4] drm: Add support for integrated privacy screen
@ 2020-03-10  0:06 Rajat Jain
  2020-03-10  0:06 ` [Intel-gfx] [PATCH v7 1/4] intel_acpi: Rename drm_dev local variable to dev Rajat Jain
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Rajat Jain @ 2020-03-10  0:06 UTC (permalink / raw)
  To: Maarten Lankhorst, Maxime Ripard, Sean Paul, David Airlie,
	Daniel Vetter, Jani Nikula, Joonas Lahtinen, Rodrigo Vivi,
	Ville Syrjälä,
	Chris Wilson, Imre Deak, José Roberto de Souza,
	linux-kernel, dri-devel, intel-gfx, gregkh, mathewk,
	Daniel Thompson, Jonathan Corbet, Pavel Machek, seanpaul,
	Duncan Laurie, jsbarnes, Thierry Reding, mpearson, Nitin Joshi1,
	Sugumaran Lacshiminarayanan, Tomoki Maruichi
  Cc: rajatxjain

This patchset adds:
 - (Generic) integrated privacy screen support in drm
 - Ability in i915 to attach to ACPI nodes
 - an implmentation for ACPI privacy screen in i915

Rajat Jain (4):
  intel_acpi: Rename drm_dev local variable to dev
  drm/connector: Add support for privacy-screen property
  drm/i915: Lookup and attach ACPI device node for connectors
  drm/i915: Add support for integrated privacy screen

 drivers/gpu/drm/drm_atomic_uapi.c             |   4 +
 drivers/gpu/drm/drm_connector.c               |  56 ++++++
 drivers/gpu/drm/i915/Makefile                 |   3 +-
 drivers/gpu/drm/i915/display/intel_acpi.c     |  28 ++-
 drivers/gpu/drm/i915/display/intel_atomic.c   |   1 +
 .../drm/i915/display/intel_display_types.h    |   5 +
 drivers/gpu/drm/i915/display/intel_dp.c       |  43 ++++-
 .../drm/i915/display/intel_privacy_screen.c   | 175 ++++++++++++++++++
 .../drm/i915/display/intel_privacy_screen.h   |  27 +++
 drivers/gpu/drm/i915/i915_drv.h               |   2 +
 include/drm/drm_connector.h                   |  25 +++
 11 files changed, 365 insertions(+), 4 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/display/intel_privacy_screen.c
 create mode 100644 drivers/gpu/drm/i915/display/intel_privacy_screen.h

-- 
2.25.1.481.gfbce0eb801-goog

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2020-04-06 22:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-10  0:06 [Intel-gfx] [PATCH v7 0/4] drm: Add support for integrated privacy screen Rajat Jain
2020-03-10  0:06 ` [Intel-gfx] [PATCH v7 1/4] intel_acpi: Rename drm_dev local variable to dev Rajat Jain
2020-03-10  0:06 ` [Intel-gfx] [PATCH v7 2/4] drm/connector: Add support for privacy-screen property Rajat Jain
2020-03-10  0:06 ` [Intel-gfx] [PATCH v7 3/4] drm/i915: Lookup and attach ACPI device node for connectors Rajat Jain
2020-03-10  0:06 ` [Intel-gfx] [PATCH v7 4/4] drm/i915: Add support for integrated privacy screen Rajat Jain
2020-03-10  0:18   ` Rajat Jain
2020-03-12  5:55     ` Rajat Jain
2020-03-12 11:24       ` Jani Nikula
2020-04-06 22:07         ` Rajat Jain
2020-03-10  0:23 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm: " Patchwork
2020-03-10 16:37 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2020-03-10 21:08 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork

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).