index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_sprite.c
Age
Commit message (
Expand
)
Author
2016-11-17
drm: Nuke modifier[1-3]
Ville Syrjälä
2016-11-11
Merge tag 'topic/drm-misc-2016-11-10' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2016-11-08
drm: add helpers to go from plane state to drm_rect
Rob Clark
2016-11-01
drm/i915: Pass dev_priv to plane constructors
Ville Syrjälä
2016-10-31
drm/i915: Reorganize sprite init
Ville Syrjälä
2016-10-31
drm/i915: Bail if plane/crtc init fails
Ville Syrjälä
2016-10-31
drm/i915: Don't try to initialize sprite planes on pre-ilk
Ville Syrjälä
2016-10-25
Merge tag 'drm-intel-next-2016-10-24' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2016-10-21
drm/i915: Use the per-plane rotation property
Ville Syrjälä
2016-10-19
drm/i915/gen9: Get rid of redundant watermark values
cpaul@redhat.com
2016-10-17
drm: Add reference counting to drm_atomic_state
Chris Wilson
2016-10-14
drm/i915: Make IS_GEN macros only take dev_priv
Tvrtko Ursulin
2016-10-14
drm/i915: Make INTEL_GEN only take dev_priv
Tvrtko Ursulin
2016-10-14
drm/i915: Make IS_CHERRYVIEW only take dev_priv
Tvrtko Ursulin
2016-10-14
drm/i915: Make IS_BROADWELL only take dev_priv
Tvrtko Ursulin
2016-10-14
drm/i915: Make IS_IVYBRIDGE only take dev_priv
Tvrtko Ursulin
2016-09-07
drm/i915/skl: Don't try to update plane watermarks if they haven't changed
Lyude
2016-08-23
drm/i915/skl: Update plane watermarks atomically during plane updates
Lyude
2016-08-15
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
Daniel Vetter
2016-08-15
Merge tag 'drm-intel-next-2016-08-08' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2016-08-11
drm/i915: Compute display surface offset in the plane check hook for SKL+
Ville Syrjälä
2016-08-11
drm/i915: Use fb modifiers for display tiling decisions
Ville Syrjälä
2016-08-11
drm/i915: Pass around plane_state instead of fb+rotation
Ville Syrjälä
2016-08-11
drm/i915: Move SKL hw stride calculation into a helper
Ville Syrjälä
2016-08-11
drm/i915: Don't pass pitch to intel_compute_page_offset()
Ville Syrjälä
2016-08-11
drm/i915: Rewrite fb rotation GTT handling
Ville Syrjälä
2016-08-08
drm/i915: Use drm_plane_helper_check_state()
Ville Syrjälä
2016-08-08
drm/i915: Use drm_plane_state.{src,dst,visible}
Ville Syrjälä
2016-08-08
drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?
Joonas Lahtinen
2016-08-05
drm/i915: Repack fence tiling mode and stride into a single integer
Chris Wilson
2016-08-04
drm/i915: Separate intel_frontbuffer into its own header
Chris Wilson
2016-08-03
drm/i915: Check PSR setup time vs. vblank length
Ville Syrjälä
2016-07-04
drm/i915: Mass convert dev->dev_private to to_i915(dev)
Chris Wilson
2016-06-16
drm/i915: Signal drm events for atomic
Daniel Vetter
2016-05-30
drm/i915: Give meaningful names to all the planes
Ville Syrjälä
2016-05-19
drm/i915: Unify unpin_work and mmio_work into flip_work, v2.
Maarten Lankhorst
2016-05-19
drm/i915: Add support for detecting vblanks when hw frame counter is unavaila...
Maarten Lankhorst
2016-05-13
drm/i915/gen9: Avoid using negative array index in skl_update_plane()
Imre Deak
2016-04-01
drm/i915: Fix plane init failure paths
Ville Syrjälä
2016-03-01
drm/i915: Pass drm_frambuffer to intel_compute_page_offset()
Ville Syrjälä
2016-03-01
drm/i915: Pass 90/270 vs. 0/180 rotation info for intel_gen4_compute_page_off...
Ville Syrjälä
2016-01-28
drm/i915: Standardize on 'cpp' for bytes per pixel
Ville Syrjälä
2016-01-28
drm/i915: Make display gtt offsets u32
Ville Syrjälä
2016-01-18
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
Daniel Vetter
2016-01-13
drm/i915: s/intel_gen4_compute_page_offset/intel_compute_tile_offset/
Ville Syrjälä
2016-01-13
drm/i915: Redo intel_tile_height() as intel_tile_size() / intel_tile_width()
Ville Syrjälä
2016-01-13
drm/i915: Factor out intel_tile_width()
Ville Syrjälä
2016-01-13
drm/i915: Pass modifier instead of tiling_mode to gen4_compute_page_offset()
Ville Syrjälä
2016-01-07
drm/i915: Do not use commit_plane for sprite planes.
Maarten Lankhorst
2016-01-07
drm/i915: Use passed plane state for sprite planes, v4.
Maarten Lankhorst
[next]