summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Avoid TP3 on CHVThulasimani,Sivakumar2015-08-191-8/+22
* drm/i915: remove HBR2 from chv supported listThulasimani,Sivakumar2015-08-191-3/+4
* Revert "drm/i915: Add eDP intermediate frequencies for CHV"Thulasimani,Sivakumar2015-08-191-6/+0
* Revert "drm/i915: Allow parsing of variable size child device entries from VBT"Jani Nikula2015-08-191-23/+4
* drm/i915: Flag the execlists context object as dirty after every useChris Wilson2015-08-171-0/+2
* drm/i915: Commit planes on each crtc separately.Maarten Lankhorst2015-08-132-42/+14
* drm/i915: calculate primary visibility changes instead of calling from set_co...Maarten Lankhorst2015-08-131-39/+7
* drm/i915: Only dither on 6bpc panelsDaniel Vetter2015-08-131-1/+3
* Merge tag 'drm-intel-fixes-2015-08-07' of git://anongit.freedesktop.org/drm-i...Linus Torvalds2015-08-081-4/+23
|\
| * drm/i915: Allow parsing of variable size child device entries from VBTDavid Weinehall2015-08-061-4/+23
* | drm/i915: Fixup dp mst encoder selectionDaniel Vetter2015-08-041-0/+11
|/
* drm/i915: Declare the swizzling unknown for L-shaped configurationsChris Wilson2015-07-301-1/+4
* drm/i915: Mark PIN_USER binding as GLOBAL_BIND without the aliasing ppgttChris Wilson2015-07-301-0/+11
* drm/i915: Replace WARN inside I915_READ64_2x32 with retry loopChris Wilson2015-07-291-9/+8
* drm/i915: Use two 32bit reads for select 64bit REG_READ ioctlsChris Wilson2015-07-211-7/+19
* drm/i915: Do not call intel_crtc_disable if the crtc is already disabled.Maarten Lankhorst2015-07-141-4/+2
* Revert "drm/i915: Declare the swizzling unknown for L-shaped configurations"Daniel Vetter2015-07-141-11/+1
* drm/i915: Forward all core DRM ioctls to core compat handlingTvrtko Ursulin2015-07-141-1/+1
* drm/i915: fix oops in primary_check_planeDaniel Vetter2015-07-131-1/+1
* drm/i915: remove unused has_dma_mapping flagImre Deak2015-07-135-15/+2
* drm/i915: Fix missing return warning for !CONFIG_DEBUGFSDaniel Vetter2015-07-131-1/+2
* drm/i915: avoid leaking DMA mappingsImre Deak2015-07-132-17/+43
* drm/i915: Snapshot seqno of most recently submitted request.Tomas Elf2015-07-133-10/+11
* drm/i915: Store device pointer in contexts for late tracepoint usafeChris Wilson2015-07-133-3/+4
* Revert "drm/i915: Use crtc_state->active in primary check_plane func"Linus Torvalds2015-07-121-1/+1
* Revert "drm/i915: Allocate context objects from stolen"Ville Syrjälä2015-07-091-3/+1
* drm/i915: Declare the swizzling unknown for L-shaped configurationsChris Wilson2015-07-091-1/+11
* drm/i915: Use crtc_state->active in primary check_plane funcDaniel Vetter2015-07-081-1/+1
* drm/i915: Check crtc->active in intel_crtc_disable_planesDaniel Vetter2015-07-081-0/+3
* drm/i915: Restore all GGTT VMAs on resumeTvrtko Ursulin2015-07-081-7/+16
* drm/i915/chv: fix HW readout of the port PLL fractional dividerImre Deak2015-07-061-2/+5
* Merge tag 'drm-intel-next-fixes-2015-07-02' of git://anongit.freedesktop.org/...Linus Torvalds2015-07-026-3/+29
|\
| * drm/i915: Clear pipe's pll hw state in hsw_dp_set_ddi_pll_sel()Ander Conselvan de Oliveira2015-06-301-0/+3
| * drm/i915: fix backlight after resume on 855gmJani Nikula2015-06-292-0/+9
| * drm/i915/ppgtt: Break loop in gen8_ppgtt_clear_range failure pathMichel Thierry2015-06-261-3/+3
| * drm/i915: Fix IPS related flickerRodrigo Vivi2015-06-262-0/+14
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-06-2660-4888/+9980
|\ \
| * \ Merge tag 'drm-intel-next-fixes-2015-06-22' of git://anongit.freedesktop.org/...Dave Airlie2015-06-231-21/+21
| |\ \ | | |/
| | * drm/i915: Silence compiler warningAnder Conselvan de Oliveira2015-06-221-21/+21
| * | Merge tag 'drm-intel-next-fixes-2015-06-18' of git://anongit.freedesktop.org/...Dave Airlie2015-06-195-100/+164
| |\ \ | | |/
| | * drm/i915: Don't set enabled value of all CRTCs when restoring the modeAnder Conselvan de Oliveira2015-06-171-17/+10
| | * drm/i915: Don't update staged config during force restore modesetsAnder Conselvan de Oliveira2015-06-171-5/+3
| | * drm/i915: Don't check modeset state in the hw state force restore pathAnder Conselvan de Oliveira2015-06-171-9/+12
| | * drm/i915: Add SCRATCH1 and ROW_CHICKEN3 to the register whitelist.Francisco Jerez2015-06-151-0/+7
| | * drm/i915: Extend the parser to check register writes against a mask/value pair.Francisco Jerez2015-06-152-47/+96
| | * drm/i915: Fix command parser to validate multiple register access with the sa...Francisco Jerez2015-06-152-31/+48
| | * drm/i915: Don't skip request retirement if the active list is emptyVille Syrjälä2015-06-151-3/+0
| * | Merge tag 'drm-intel-next-fixes-2015-06-11' of git://anongit.freedesktop.org/...Dave Airlie2015-06-121-1/+1
| |\ \ | | |/
| | * drm/i915/skl: Fix DMC API version in firmware file nameRodrigo Vivi2015-06-051-1/+1
| * | Merge tag 'v4.1-rc6' into drm-nextDave Airlie2015-06-041-13/+11
| |\ \ | | |/ | |/|
OpenPOWER on IntegriCloud