Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 601782 Details for
Bug 845077
Dell XPS 13: Backlight Brightness Controls Not Working
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
[PATCH 1/4] drm/i915: pnv has a backlight polarity control bit, too
drm-i915-0001-pnv-control-bit.patch (text/plain), 1.11 KB, created by
Lorenzo Villani
on 2012-08-01 16:47:57 UTC
(
hide
)
Description:
[PATCH 1/4] drm/i915: pnv has a backlight polarity control bit, too
Filename:
MIME Type:
Creator:
Lorenzo Villani
Created:
2012-08-01 16:47:57 UTC
Size:
1.11 KB
patch
obsolete
>From fd076369add8ec6309ebed4515f1a0a1fb60600c Mon Sep 17 00:00:00 2001 >From: Daniel Vetter <daniel.vetter@ffwll.ch> >Date: Tue, 5 Jun 2012 10:07:08 +0200 >Subject: [PATCH 1/1] drm/i915: pnv has a backlight polarity control bit, too > >We already correctly ignore bit0 on gen < 4, now we also now why ;-) >I've decided that losing that single bit of precision isn't worth the >trouble to sprinkle IS_PINEVIEW checks all over the backlight control >code - that code is way too fragile imo. > >Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch> > >Signed-off-by: Kamal Mostafa <kamal@canonical.com> >--- > drivers/gpu/drm/i915/i915_reg.h | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > >diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h >index fd53122..23d0c4d 100644 >--- a/drivers/gpu/drm/i915/i915_reg.h >+++ b/drivers/gpu/drm/i915/i915_reg.h >@@ -1656,6 +1656,8 @@ > */ > #define BACKLIGHT_DUTY_CYCLE_SHIFT (0) > #define BACKLIGHT_DUTY_CYCLE_MASK (0xffff) >+#define BACKLIGHT_DUTY_CYCLE_MASK_PNV (0xfffe) >+#define BLM_POLARITY_PNV (1 << 0) /* pnv only */ > > #define BLC_HIST_CTL 0x61260 > >-- >1.7.0.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 845077
: 601782 |
601783