== Series Details ==
Series: drm/i915: use memdup_user_nul
URL : https://patchwork.freedesktop.org/series/24062/
State : success
== Summary ==
Series 24062v1 drm/i915: use memdup_user_nul
https://patchwork.freedesktop.org/api/1.0/series/24062/revisions/1/mbox/
Test gem_exec_flush:
Sub
Use memdup_user_nul() helper instead of open-coding to simplify the
code.
Signed-off-by: Geliang Tang
---
drivers/gpu/drm/i915/i915_debugfs.c | 13 +++--
drivers/gpu/drm/i915/intel_pipe_crc.c | 13 +++--
2 files changed, 6 insertions(+), 20 deletions(-)
diff --git a/drivers/gp
On Sun, 2017-04-30 at 21:34 +0200, Hans de Goede wrote:
> Hi,
>
> On 27-04-17 18:39, Bastien Nocera wrote:
> > On Thu, 2017-04-27 at 19:24 +0300, Ville Syrjälä wrote:
> > > On Wed, Apr 26, 2017 at 02:28:32PM +0200, Bastien Nocera wrote:
> > > > On Mon, 2017-04-24 at 15:48 +0300, Ville Syrjälä wrot
On Sun, 2017-04-30 at 21:22 +0200, Hans de Goede wrote:
> Hi,
>
> On 26-04-17 14:13, Bastien Nocera wrote:
> > On Sun, 2017-04-23 at 18:11 +0200, Hans de Goede wrote:
> > > From: Ville Syrjala
> > >
> > > If a connector added through drm_fb_helper_add_one_connector()
> > > has
> > > a crtc attac
On Wed, 2017-05-03 at 17:28 -0700, Puthikorn Voravootivat wrote:
> There are some panel that
> (1) does not support display backlight enable via AUX
> (2) support display backlight adjustment via AUX
> (3) support display backlight enable via eDP BL_ENABLE pin
>
> The current driver required that
On Wed, 2017-05-03 at 17:28 -0700, Puthikorn Voravootivat wrote:
> Read desired PWM frequency from panel vbt and calculate the
> value for divider in DPCD address 0x724 and 0x728 to match
> that frequency as close as possible.
>
> Signed-off-by: Puthikorn Voravootivat
> ---
> drivers/gpu/drm/i91