Hi Dave, i915 fixes headed for v4.1-rc1.
BR,
Jani.
The following changes since commit 37ef01ab5d24d1d520dc79f6a98099d451c2a901:
drm/i915: Dont enable CS_PARSER_ERROR interrupts at all (2015-04-14 17:03:12
+0300)
are available in the git repository at:
git://anongit.freedesktop.org/drm-in
.
--
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20150425/9027fae5/attachment.html>
are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20150425/4172b35f/attachment.html>
ktop.org/archives/dri-devel/attachments/20150425/380fd80d/attachment.html>
Hi,
On Tue, Apr 21, 2015 at 08:49:35PM +0100, Matthew Garrett wrote:
> My testing suggested that changing the DDC lines didn't change auxch, so
> this approach doesn't work for eDP. Have you found otherwise?
Disassembling the OS X gmux driver (AppleMuxControl 3.6.22) revealed
that register 0x7F i
https://bugzilla.kernel.org/show_bug.cgi?id=89731
--- Comment #5 from Lorenzo S. ---
Just for the record, I'm on Acer 4820TG with ATI Mobility Radeon HD5470 and I'm
experiencing the same exact issue described in
https://bugs.freedesktop.org/show_bug.cgi?id=88927
I've not tried suggested patch be
Inspired by scripts/coccinelle/api/err_cast.cocci
Signed-off-by: Fabian Frederick
---
drivers/gpu/drm/i915/intel_drv.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/intel_drv.h b/drivers/gpu/drm/i915/intel_drv.h
index 897f17d..d52f267 100644
--- a/drive
https://bugzilla.kernel.org/show_bug.cgi?id=73291
EmanueL Czirai changed:
What|Removed |Added
CC||emanueLczirai at cryptoLab.net
--- Comme
https://bugzilla.kernel.org/show_bug.cgi?id=69301
EmanueL Czirai changed:
What|Removed |Added
CC||emanueLczirai at cryptoLab.net
--- Comme
g/archives/dri-devel/attachments/20150425/5ca8a0f9/attachment.html>
Remove the unused fields of struct exynos_drm_plane.
v2: Remove index_color as well, also unused (thanks Joonyoung).
Reviewed-by: Gustavo Padovan
Signed-off-by: Tobias Jakobi
---
drivers/gpu/drm/exynos/exynos_drm_drv.h | 13 -
1 file changed, 13 deletions(-)
diff --git a/drivers/g
Move the defines for the pixelformats that the mixer supports out
of mixer_graph_buffer() to the top of the source.
Then select the mixer pixelformat (pf) in mixer_graph_buffer() based on
the plane's pf (and not bpp).
Also add handling of RGB565 and XRGB1555 to the switch statement and
exit early i
Gustavo Padovan wrote:
>> How about MXR_FORMAT_XYZ, to stay consistent with the regs-mixer header?
>
> I'm fine with MXR_FORMAT_XYZ. Other than that:
>
> Reviewed-by: Gustavo Padovan
Thanks, updated version sent!
With best wishes,
Tobias
>
> Gustavo
> --
> To unsubscribe from this list
https://bugzilla.kernel.org/show_bug.cgi?id=89731
--- Comment #6 from Alex Deucher ---
Please try the latest patch on:
https://bugzilla.kernel.org/show_bug.cgi?id=61891
--
You are receiving this mail because:
You are watching the assignee of the bug.
The previous code had some special case handling for the buffer
count in exynos_drm_format_num_buffers().
This code was incorrect though, since this special case doesn't
exist for DRM. It stemmed from the existence of the special NV12M
V4L2 format. NV12 is a bi-planar format (separate planes for l
The video processor (VP) supports four formats: NV12, NV21 and its
tiled variants. All these formats are bi-planar, so the buffer
count in vp_video_buffer() is always 2.
While we're at it, also add support for NV21 and properly exit
if we're called with an invalid (non-VP) pixelformat.
Signed-off
re
supposed to be handled, make someone else can take a look?
--
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20150425/2327fc90/attachment.html>
17 matches
Mail list logo