drm/i915: Remove .is_mobile field from platform struct
authorCarlos Santa <carlos.santa@intel.com>
Wed, 17 Aug 2016 19:30:37 +0000 (12:30 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Wed, 7 Sep 2016 23:07:07 +0000 (16:07 -0700)
commit8d9c20e1d1e3833b5c4dab33d59cb92ea162da6a
tree020ceac47334f6597c6daf245a165001fb557731
parent6e3b84d831113804fcae3646b99816556915b881
drm/i915: Remove .is_mobile field from platform struct

As recommended by Ville Syrjala removing .is_mobile field from the
platform struct definition for vlv and hsw+ GPUs as there's no need to
make the distinction in later hardware anymore. Keep it for older GPUs
as it is still needed for ilk-ivb.

Signed-off-by: Carlos Santa <carlos.santa@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
arch/x86/kernel/early-quirks.c
drivers/gpu/drm/i915/i915_pci.c
include/drm/i915_pciids.h
This page took 0.028152 seconds and 5 git commands to generate.