[Intel-gfx] [PATCH 2/2] drm/i915: Add Backlight Control using DPCD for eDP connectors (v5)

Daniel Stone daniel at fooishbar.org
Tue Jan 12 08:16:52 PST 2016


On 12 January 2016 at 15:59, Yetunde Adebisi <yetundex.adebisi at intel.com> wrote:
> +               memset(intel_dp->edp_dpcd, 0, sizeof(intel_dp->edp_dpcd));

gcc should've warned you about this; you're memsetting too small a size.

Cheers,
Daniel


More information about the Intel-gfx mailing list