dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/5] drm: Extract DPCD backlight helpers from i915, add support in nouveau
@ 2020-12-10  1:21 Lyude Paul
  2020-12-10  1:21 ` [RFC 1/5] drm/nouveau/kms/nv40-/backlight: Assign prop type once Lyude Paul
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Lyude Paul @ 2020-12-10  1:21 UTC (permalink / raw)
  To: dri-devel, nouveau, intel-gfx; +Cc: Jani Nikula, greg.depoire

This series:
* Cleans up i915's DPCD backlight code a little bit
* Extracts i915's DPCD backlight code into a set of shared DRM helpers
* Starts using those helpers in nouveau to add support to nouveau for
  DPCD backlight control

Cc: Jani Nikula <jani.nikula@intel.com>
Cc: Dave Airlie <airlied@gmail.com>
Cc: greg.depoire@gmail.com

Lyude Paul (5):
  drm/nouveau/kms/nv40-/backlight: Assign prop type once
  drm/nouveau/kms: Don't probe eDP connectors more then once
  drm/i915/dp: Remove redundant AUX backlight frequency calculations
  drm/dp: Extract i915's eDP backlight code into DRM helpers
  drm/nouveau/kms/nv50-: Add basic DPCD backlight support for nouveau

 drivers/gpu/drm/drm_dp_helper.c               | 332 ++++++++++++++++++
 .../drm/i915/display/intel_display_types.h    |   4 +-
 .../drm/i915/display/intel_dp_aux_backlight.c | 332 ++----------------
 drivers/gpu/drm/nouveau/dispnv50/disp.c       |  30 +-
 drivers/gpu/drm/nouveau/nouveau_backlight.c   | 170 +++++++--
 drivers/gpu/drm/nouveau/nouveau_connector.c   |   6 +
 drivers/gpu/drm/nouveau/nouveau_connector.h   |   9 +-
 drivers/gpu/drm/nouveau/nouveau_encoder.h     |   1 +
 include/drm/drm_dp_helper.h                   |  48 +++
 9 files changed, 613 insertions(+), 319 deletions(-)

-- 
2.28.0

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

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

end of thread, other threads:[~2021-01-26  0:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-10  1:21 [RFC 0/5] drm: Extract DPCD backlight helpers from i915, add support in nouveau Lyude Paul
2020-12-10  1:21 ` [RFC 1/5] drm/nouveau/kms/nv40-/backlight: Assign prop type once Lyude Paul
2020-12-10  1:21 ` [RFC 2/5] drm/nouveau/kms: Don't probe eDP connectors more then once Lyude Paul
2020-12-10  1:21 ` [RFC 3/5] drm/i915/dp: Remove redundant AUX backlight frequency calculations Lyude Paul
2020-12-11 14:45   ` Jani Nikula
2020-12-10  1:21 ` [RFC 4/5] drm/dp: Extract i915's eDP backlight code into DRM helpers Lyude Paul
2020-12-11 15:01   ` Jani Nikula
2021-01-26  0:02     ` Lyude Paul
2020-12-10  1:21 ` [RFC 5/5] drm/nouveau/kms/nv50-: Add basic DPCD backlight support for nouveau Lyude Paul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox