LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Kernel (https://www.linuxquestions.org/questions/linux-kernel-70/)
-   -   kernel drivers drm/i915 turn off backlight. (https://www.linuxquestions.org/questions/linux-kernel-70/kernel-drivers-drm-i915-turn-off-backlight-927364/)

webquinty 02-03-2012 03:59 AM

kernel drivers drm/i915 turn off backlight.
 
Hello,

I use Atom board that use drm/i915 driver to handle framebuffer.

I would like to use a function into this driver to turn off backlight but I nor sure how to make it.

For example, inside of intel_lvds.c, in drivers/gpu/drm/i915/ folder, there is a function to handle backlight:

static void intel_lvds_set_power(struct drm_device *dev, bool on)
static void intel_lvds_dpms(struct drm_encoder *encoder, int mode)

Could somebody help how to do it?

Best regards.

webquinty 02-03-2012 07:25 AM

Ok, I change the question.

Could I write a kernel driver to disable backlight on drm/i915 ?

Best regards

lwasserm 02-05-2012 08:36 AM

It's probably not necessary to write a driver. There is likely an interface to the backlight created under your /sys or /proc folders. The name may vary somewhat depending on your kernel and module versions. For instance, on my system, I can change backlight brightness by writing to /sys/class/backlight/acpi_video0/brightness.

You can also enter a parameter, (for brightness often to one of the ACPI modules), at boot to set a particular value. The details of doing so will vary with your distribution. In debian based systems, module options can be set using a file in /etc/modprobe.d

RandomTroll 02-14-2012 06:06 PM

Have you tried setpci?

setpci -s 00:02.1 F4.B=0

works on my drm/i915 video computer.


All times are GMT -5. The time now is 12:38 AM.