Age | Commit message (Expand) | Author |
2018-12-03 | drm/i915: Move display device info capabilities to its own struct | José Roberto de Souza |
2018-12-03 | drm/i915: Add HAS_DISPLAY() and use it | José Roberto de Souza |
2018-11-12 | drm/i915: fix broadwell EU computation | Lionel Landwerlin |
2018-10-29 | drm/i915: Prefer IS_GEN<n> check with bitmask. | Rodrigo Vivi |
2018-10-26 | drm/i915/icl: Store available engine masks in INTEL_INFO | Tvrtko Ursulin |
2018-10-24 | drm/i915/gen11: Enable 6 sprites on gen11 | Maarten Lankhorst |
2018-09-27 | drm/i915: Remove i915.enable_ppgtt override | Chris Wilson |
2018-09-26 | drm/i915: Convert to BITS_PER_TYPE | Chris Wilson |
2018-07-06 | drm/i915: Record logical context support in driver caps | Chris Wilson |
2018-04-26 | drm/i915: prefer INTEL_GEN() over INTEL_INFO()->gen | Jani Nikula |
2018-03-28 | drm/i915/gen11: add support for reading the timestamp frequency | Paulo Zanoni |
2018-03-23 | drm/i915: Skip logging impossible slices | Tvrtko Ursulin |
2018-03-21 | drm/i915/icl: Added ICL 11 slice, subslice and EU fuse detection | Kelvin Gardiner |
2018-03-20 | drm/i915/icl: Check for fused-off VDBOX and VEBOX instances | Oscar Mateo |
2018-03-08 | drm/i915/debugfs: add rcs topology entry | Lionel Landwerlin |
2018-03-08 | drm/i915/debugfs: reuse max slice/subslices already stored in sseu | Lionel Landwerlin |
2018-03-08 | drm/i915: store all subslice masks | Lionel Landwerlin |
2018-03-01 | drm/i915/icl: Prepare for more rings | Tvrtko Ursulin |
2018-02-22 | drm/i915/hsw: add missing disabled EUs registers reads | Lionel Landwerlin |
2018-02-08 | drm/i915: Move the scheduler feature bits into the purview of the engines | Chris Wilson |
2018-01-19 | drm/i915/icl: Add initial Icelake definitions. | Rodrigo Vivi |
2017-12-22 | drm/i915: Add pretty printer for runtime part of intel_device_info | Michal Wajdeczko |
2017-12-22 | drm/i915: Update intel_device_info_runtime_init() parameter | Michal Wajdeczko |
2017-12-22 | drm/i915: Move intel_device_info definitions to its own header | Michal Wajdeczko |
2017-12-19 | drm/i915: Convert intel_device_info_dump into pretty printer | Michal Wajdeczko |
2017-12-19 | drm/i915: Add pretty printer for device info flags | Michal Wajdeczko |
2017-12-14 | drm/i915: make CS frequency read support missing more obvious | Lionel Landwerlin |
2017-12-04 | drm/i915/cnl: only divide up base frequency with crystal source | Lionel Landwerlin |
2017-11-15 | drm/i915: Remove pre-production pooled-EU w/a for Broxton | Chris Wilson |
2017-11-14 | drm/i915: fix 64bit divide | Lionel Landwerlin |
2017-11-13 | drm/i915: expose command stream timestamp frequency to userspace | Lionel Landwerlin |
2017-11-01 | drm/i915/cnl: Symmetric scalers for each pipe | Mika Kahola |
2017-09-26 | drm/i915/cnl: Add support slice/subslice/eu configs | Ben Widawsky |
2017-09-22 | drm/i915: Rename global i915 to i915_modparams | Michal Wajdeczko |
2017-09-07 | drm/i915: Disable snooping (userptr, set-cache-level) on gen4 | Chris Wilson |
2017-09-06 | drm/i915: Move device_info.has_snoop into the static tables | Chris Wilson |
2017-06-22 | drm/i915: Use HAS_PCH_CPT() everywhere | Ville Syrjälä |
2017-06-08 | drm/i915/cfl: Introduce Coffee Lake platform definition. | Rodrigo Vivi |
2017-06-07 | drm/i915/cnl: Configure EU slice power gating. | Rodrigo Vivi |
2017-06-07 | drm/i915/cnl: Cannonlake has 4 planes (3 sprites) per pipe | James Irwin |
2017-06-07 | drm/i915/cnl: Introduce Cannonlake platform defition. | Rodrigo Vivi |
2017-05-10 | drm/i915: Add support for sprites on g4x | Ville Syrjälä |
2017-03-17 | drm/i915/glk: Enable pooled EUs for Geminilake | Ander Conselvan de Oliveira |
2017-03-01 | drm/i915: use BUILD_BUG_ON to ensure platform name has been set up | Jani Nikula |
2017-02-16 | drm/i915/bxt: remove snooping workaround on old A revisions | Jani Nikula |
2017-02-08 | drm/i915: Avoid BIT(max) - 1 and use GENMASK(max - 1, 0) | Joonas Lahtinen |
2017-01-10 | drm/i915/glk: Convert a few more IS_BROXTON() to IS_GEN9_LP() | Michel Thierry |
2017-01-03 | drm/i915: Initialize num_scalers for skl and glk too | Ander Conselvan de Oliveira |
2017-01-02 | drm/i915: Move number of scalers initialization to runtime init | Nabendu Maiti |
2016-12-07 | drm/i915: give G45 and GM45 their own platform enums | Jani Nikula |