public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] drm/i915: get backlight max from vbt
@ 2015-05-07 12:59 Jani Nikula
  2015-05-07 12:59 ` [RFC PATCH 1/2] drm/i915: move intel_hrawclk() to intel_display.c Jani Nikula
  2015-05-07 13:00 ` [RFC PATCH 2/2] drm/i915: initialize backlight max from VBT Jani Nikula
  0 siblings, 2 replies; 3+ messages in thread
From: Jani Nikula @ 2015-05-07 12:59 UTC (permalink / raw)
  To: intel-gfx; +Cc: jani.nikula

Found this while cleaning up some old branches I have in my repo...

I'm posting this more as archival for posterity than as a serious
attempt to get this merged. There was a bunch of archeology involved in
figuring out the Hz to PWM modulation frequency conversion, so someone
might find that useful.

Particularly the vlv setup could use some cleanup and only falling back
to the hardcoded value if vbt is not set. And the hardcoded default
could now be expressed in Hz instead of raw pwm value. But meh until
someone really needs this.


BR,
Jani.


Jani Nikula (2):
  drm/i915: move intel_hrawclk() to intel_display.c
  drm/i915: initialize backlight max from VBT

 drivers/gpu/drm/i915/i915_drv.h      |   2 +
 drivers/gpu/drm/i915/i915_reg.h      |   1 +
 drivers/gpu/drm/i915/intel_display.c |  33 ++++++++
 drivers/gpu/drm/i915/intel_dp.c      |  34 --------
 drivers/gpu/drm/i915/intel_drv.h     |   1 +
 drivers/gpu/drm/i915/intel_panel.c   | 160 +++++++++++++++++++++++++++++++++--
 6 files changed, 190 insertions(+), 41 deletions(-)

-- 
2.1.4

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

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

end of thread, other threads:[~2015-05-07 12:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-07 12:59 [RFC PATCH 0/2] drm/i915: get backlight max from vbt Jani Nikula
2015-05-07 12:59 ` [RFC PATCH 1/2] drm/i915: move intel_hrawclk() to intel_display.c Jani Nikula
2015-05-07 13:00 ` [RFC PATCH 2/2] drm/i915: initialize backlight max from VBT Jani Nikula

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