sudo setpci -s 00:02.1 f4.b=FF
In this case, 00:02.1 is the address of the Intel display adapter, and we further set brightness to maximum value by using FF. Minimum value is 00. Hence the range is all intermediate values from 00 to FF. f4 is the address of the register, and the .b possibly signifies a byte.