Re: [Intel-gfx] [PATCH 0/2] drm/i915/opregion: proper handling of DIDL and CADL

2016-11-16 Thread Marcos Paulo de Souza
ied the patches against the Linux kernel v4.8.8 taken from > upstream. I also tested here, and it fix the problem for me (the last patchset already fixed it, but it's importante to notice it still works). I hope to see this version merged. Thanks a lot Jani. Tested-by: Marcos Paulo de So

Re: [Intel-gfx] [PATCH 0/2] drm/i915/opregion: proper handling of DIDL and CADL

2016-08-30 Thread Marcos Paulo de Souza
Hi Jani, These patches made my brightness and screen off hot keys back to work. Tested-by: Marcos Paulo de Souza On Sat, Aug 27, 2016 at 10:51:51PM +0200, Peter Wu wrote: > Hi Jani, > > The method is somehow not reliable. At boot I was still able to capture > brightness

[Intel-gfx] [PATCH 1/2] drm/i915: make i915 the source of acpi device ids for _DOD

2016-08-15 Thread Marcos Paulo de Souza
Peter Wu Tested-by: Marcos Paulo de Souza Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/intel_drv.h | 3 ++ drivers/gpu/drm/i915/intel_opregion.c | 89 ++- 2 files changed, 28 insertions(+), 64 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_dr

[Intel-gfx] [PATCH 2/2] drm/i915/opregion: update cadl based on actually active outputs

2016-08-15 Thread Marcos Paulo de Souza
eviewed-and-tested-by: Peter Wu Tested-by: Marcos Paulo de Souza Signed-off-by: Jani Nikula Reviewed-by: Maarten Lankhorst --- drivers/gpu/drm/i915/i915_drv.h | 2 + drivers/gpu/drm/i915/intel_display.c | 4 ++ drivers/gpu/drm/i915/intel_opregion.c | 71 +++--

[Intel-gfx] [PATCH 0/2] Adapt patches from Jani to solve brightness hot key problem

2016-08-15 Thread Marcos Paulo de Souza
Hi guys, these are the same patches that Jani sent some time ago[1], but adapted to current 4.8-rc1. These fixed the problem I had with my Asus laptop[2], and now the brightness hotkeys are working in my machine. The only adaptation needed was change dev_priv->dev to dev_priv->drm on for_each_

Re: [Intel-gfx] [PATCH v4 0/2] drm/i915/opregion: proper handling of DIDL and CADL

2016-08-15 Thread Marcos Paulo de Souza
Hi list, I have an Asus laptop, and these two patches solved my problem with bright hot-keys not working[1]. I applied both patches on 4.8-rc1, and the only necessary fix was changing priv_dev->dev to priv_dev->drm in all places of for_each_* macros touched by these patches. Is there any chance