From: Fabio Estevam
devm_request_and_ioremap() is deprecated, so use devm_ioremap_resource()
instead.
Signed-off-by: Fabio Estevam
---
drivers/gpu/drm/armada/armada_crtc.c | 8 +++-
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/drivers/gpu/drm/armada/armada_crtc.c
b/drive
https://bugzilla.kernel.org/show_bug.cgi?id=68571
--- Comment #28 from perry3d at gmail.com ---
DPM is enabled by passing radeon.dpm=1 to the kernel paramters:
root at perry64 # cat /sys/kernel/debug/dri/64/radeon_pm_info
uvdvclk: 0 dclk: 0
power level 2sclk: 93000 mclk: 105000 vddc: 1185
https://bugzilla.kernel.org/show_bug.cgi?id=68571
--- Comment #29 from Alex Deucher ---
There was also a dpm restructuring in 3.14 that may have helped, but as
reported in comment 4, it didn't seem to help kilobug. You could try
bisecting.
--
You are receiving this mail because:
You are watchi
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20140210/4063273f/attachment.html>
https://bugzilla.kernel.org/show_bug.cgi?id=68571
--- Comment #30 from perry3d at gmail.com ---
I also tried the drm-next-3.14 branch mentioned in comment 3 and got the same
results as kilobug in comment 4. So it has to be something else. I will try to
bisect it when i have some time.
--
You are
On Mon, Feb 10, 2014 at 04:12:19PM +0100, Philipp Zabel wrote:
> Am Montag, den 10.02.2014, 12:28 + schrieb Russell King - ARM Linux:
> > This is the latest revision of my series cleaning up imx-drm and
> > hopefully getting it ready to be moved out of drivers/staging.
> > This series is update
On Mon, Jan 06, 2014 at 03:52:01PM +0100, Philipp Zabel wrote:
> @@ -438,24 +453,21 @@ int imx_drm_encoder_parse_of(struct drm_device *drm,
> struct drm_encoder *encoder, struct device_node *np)
> {
> struct imx_drm_device *imxdrm = drm->dev_private;
> + struct device_node *ep, *la
> > Does this mean it should also handle horizontal mirroring in
> > hardware (180? rotate, and scan lines backwards combined) ?
>
> Our hardware doesn't support mirroring (h or v). Well, unless you
> count h+v mirroring since that's 180 degree rotation :)
>
> Anyways IIRC the old video overlay (
Just like we have for connector type etc.
v2: drop static array (Chris)
v3: add kdoc (Daniel)
Signed-off-by: Jesse Barnes
---
drivers/gpu/drm/drm_crtc.c | 23 +++
include/drm/drm_crtc.h |1 +
2 files changed, 24 insertions(+)
diff --git a/drivers/gpu/drm/drm_crtc.
On Mon, Feb 10, 2014 at 03:35:51PM +0100, Jean-Francois Moine wrote:
> On Mon, 10 Feb 2014 13:12:33 +
> Russell King - ARM Linux wrote:
>
> > I've NAK'd these patches already - I believe they're based on a
> > mis-understanding of how this should be used. I believe Jean-Francois
> > has only
On Mon, Feb 10, 2014 at 06:37:26PM +0100, Philipp Zabel wrote:
> I'd like all of them to go through, too. If you don't want to have the DT
> changes integrated, I'd appreciate if you could have a look at my
> patches on top of your series and possibly append them to your
> series or let me synchro
On Mon, Feb 10, 2014 at 04:26:31PM +, Russell King - ARM Linux wrote:
[...]
> Why is this loop soo complicated? Why do you need to mess around with
> this "last_ep" stuff - you don't actually end up using it.
The last_ep dance is necessary because v4l2_of_get_next_endpoint(node,prev)
does not
101 - 112 of 112 matches
Mail list logo