summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_sprite.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-23Merge tag 'drm-intel-next-2015-12-18' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-2/+2
2015-12-11Merge tag 'drm-i915-get-eld' of tiwai/sound into drm-intel-next-queuedDaniel Vetter1-4/+4
2015-12-11drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä1-1/+1
2015-12-10drm/i915: Separate cherryview from valleyviewWayne Boyer1-2/+2
2015-12-01Merge tag 'drm-intel-next-2015-11-20-merged' of git://anongit.freedesktop.org...Dave Airlie1-19/+1
2015-11-24drm: Add "prefix" parameter to drm_rect_debug_print()Ville Syrjälä1-4/+4
2015-11-09drm/i915: Avoid pointer arithmetic in calculating plane surface offsetMika Kuoppala1-1/+1
2015-10-22drm/i915: Drop intel_update_sprite_watermarksMatt Roper1-15/+0
2015-10-19drm/i915: Only run commit when crtc is active, v2.Maarten Lankhorst1-3/+0
2015-10-15drm/i915: Kill the leftover RMW from ivb_sprite_disable()Ville Syrjälä1-1/+1
2015-10-15drm/i915/skl: Enable pipe gamma for sprite planes.Bob Paauwe1-0/+1
2015-10-13drm/i915: revert a few more watermark commitsPaulo Zanoni1-0/+15
2015-09-30drm/i915: Drop intel_update_sprite_watermarksMatt Roper1-15/+0
2015-09-30drm/i915: s/mode/adjusted_mode/ in functions that really get passed the adjus...Ville Syrjälä1-3/+5
2015-09-30drm/i915: Always call the adjusted mode 'adjusted_mode'Ville Syrjälä1-4/+4
2015-09-23drm/i915: Enable querying offset of UV plane with intel_plane_obj_offsetTvrtko Ursulin1-1/+1
2015-09-23drm/i915: Support planar formats in tile height calculationsTvrtko Ursulin1-1/+1
2015-09-18drm/i915: cleanup pipe_update trace functions with new crtc debug info v3Jesse Barnes1-6/+5
2015-09-17drm/i915: add more debug info for when atomic updates fail v3Jesse Barnes1-8/+17
2015-09-14drm/i915: Fix fb object's frontbuffer-bitsSagar Arun Kamble1-1/+1
2015-09-10drm/i915: Remove legacy plane updates for cursor and sprite planes.Maarten Lankhorst1-2/+0
2015-09-02drm/i915: Also record time difference if vblank evasion fails, v2.Maarten Lankhorst1-2/+5
2015-09-02drm/i915: Remove start frame argument to pipe_update_begin/end.Maarten Lankhorst1-7/+8
2015-07-15drm/i915: always disable irqs in intel_pipe_update_startMaarten Lankhorst1-10/+7
2015-06-29drm/i915: Use the memory latency based WM computation on VLV tooVille Syrjälä1-6/+0
2015-06-25drm/i915: Store frontbuffer_bits in the planeVille Syrjälä1-0/+1
2015-06-22drm/i915: Make setting color key atomic.Maarten Lankhorst1-45/+40
2015-06-22drm/i915: atomic plane updates in a nutshellMaarten Lankhorst1-3/+1
2015-06-22drm/i915: remove force argument from disable_planeMaarten Lankhorst1-5/+5
2015-06-22drm/i915: clean up atomic plane check functions, v2.Maarten Lankhorst1-6/+3
2015-06-22drm/i915: clean up plane commit functionsMaarten Lankhorst1-19/+14
2015-06-22drm/i915: Split plane updates of crtc->atomic into a helper, v2.Maarten Lankhorst1-31/+1
2015-06-22drm/i915: Split skl_update_scaler, v4.Maarten Lankhorst1-2/+1
2015-06-15drm/i915: Actually respect DSPSURF alignment restrictionsVille Syrjälä1-3/+6
2015-06-15drm/i915: Make sure our labels start at column 0Damien Lespiau1-1/+1
2015-05-28drm/i915: Kill intel_flush_primary_plane()Ville Syrjälä1-23/+7
2015-05-22drm/i915/skl: don't fail colorkey + scaler requestChandra Konduru1-9/+21
2015-05-20drm/i915: Make the sprite formats constDamien Lespiau1-3/+3
2015-05-20drm/i915: call intel_tile_height with correct parameterChandra Konduru1-2/+2
2015-05-08drm/i915: Move intel_(pre_disable/post_enable)_primary to intel_display.c, an...Maarten Lankhorst1-68/+0
2015-05-08drm/i915: Add a way to disable planes without updating stateMaarten Lankhorst1-8/+8
2015-05-08drm/i915: Remove implicitly disabling primary plane for nowMaarten Lankhorst1-44/+1
2015-05-08drm/i915: skylake sprite plane scaling using shared scalersChandra Konduru1-77/+48
2015-05-08drm/i915: skylake primary plane scaling using shared scalersChandra Konduru1-0/+10
2015-04-14Merge branch 'topic/bxt-stage1' into drm-intel-next-queuedDaniel Vetter1-1/+1
2015-04-13drm/i915: Keep sprite plane src rect in 16.16 formatChandra Konduru1-8/+8
2015-04-13drm/i915: Initialize skylake scalersChandra Konduru1-0/+1
2015-04-13drm/i915: Initialize plane colorkey to NONEChandra Konduru1-0/+1
2015-04-10drm/i915/skl: Support for 90/270 rotationSonika Jindal1-15/+37
2015-04-10drm/i915: Switch to full atomic helpers for plane updates/disable, take twoMatt Roper1-5/+5