7 comments:
File src/drivers/apple/hybrid_graphics/gmux.c:
Patch Set #3, Line 108: const struct drivers_apple_hybrid_graphics_config *config = dev->chip_info;
line over 80 characters
Patch Set #3, Line 109: if (config->gmux_indexed) {
braces {} are not necessary for any arm of this statement
Patch Set #3, Line 118: const struct drivers_apple_hybrid_graphics_config *config = dev->chip_info;
line over 80 characters
Patch Set #3, Line 119: if (config->gmux_indexed) {
braces {} are not necessary for any arm of this statement
Patch Set #3, Line 128: const struct drivers_apple_hybrid_graphics_config *config = dev->chip_info;
line over 80 characters
Patch Set #3, Line 129: if (config->gmux_indexed) {
braces {} are not necessary for any arm of this statement
File src/drivers/apple/hybrid_graphics/hybrid_graphics.c:
Patch Set #3, Line 46: brightness = gmux_index_read32(GMUX_PORT_BRIGHTNESS) & GMUX_BRIGHTNESS_MASK;
line over 80 characters
To view, visit change 32719. To unsubscribe, or for help writing mail filters, visit settings.