Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
df86af9133b4958a04c44828d29617eb1a6ff31c
/
drivers
/
gpu
/
drm
/
i915
/
intel_sprite.c
31ad61e
drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?
by Joonas Lahtinen
· 9 years ago
dfd2e9a
drm/i915: Check PSR setup time vs. vblank length
by Ville Syrjälä
· 9 years ago
fac5e23
drm/i915: Mass convert dev->dev_private to to_i915(dev)
by Chris Wilson
· 9 years ago
1f7528c
drm/i915: Signal drm events for atomic
by Daniel Vetter
· 9 years ago
38573dc
drm/i915: Give meaningful names to all the planes
by Ville Syrjälä
· 9 years ago
51cbaf0
drm/i915: Unify unpin_work and mmio_work into flip_work, v2.
by Maarten Lankhorst
· 9 years ago
a299141
drm/i915: Add support for detecting vblanks when hw frame counter is unavailable.
by Maarten Lankhorst
· 9 years ago
7494bcd
drm/i915/gen9: Avoid using negative array index in skl_update_plane()
by Imre Deak
· 9 years ago
fca0ce2
drm/i915: Fix plane init failure paths
by Ville Syrjälä
· 9 years ago
4f2d993
drm/i915: Pass drm_frambuffer to intel_compute_page_offset()
by Ville Syrjälä
· 9 years ago
8d0deca
drm/i915: Pass 90/270 vs. 0/180 rotation info for intel_gen4_compute_page_offset()
by Ville Syrjälä
· 9 years ago
ac48496
drm/i915: Standardize on 'cpp' for bytes per pixel
by Ville Syrjälä
· 10 years ago
54ea9da
drm/i915: Make display gtt offsets u32
by Ville Syrjälä
· 10 years ago
2da80b5
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
by Daniel Vetter
· 10 years ago
ce1e5c1
drm/i915: s/intel_gen4_compute_page_offset/intel_compute_tile_offset/
by Ville Syrjälä
· 10 years ago
832be82
drm/i915: Redo intel_tile_height() as intel_tile_size() / intel_tile_width()
by Ville Syrjälä
· 10 years ago
7b49f94
drm/i915: Factor out intel_tile_width()
by Ville Syrjälä
· 10 years ago
b5c6533
drm/i915: Pass modifier instead of tiling_mode to gen4_compute_page_offset()
by Ville Syrjälä
· 10 years ago
a758e68
drm/i915: Do not use commit_plane for sprite planes.
by Maarten Lankhorst
· 10 years ago
2fde139
drm/i915: Use passed plane state for sprite planes, v4.
by Maarten Lankhorst
· 10 years ago
ade1ba7
Merge tag 'drm-intel-next-2015-12-18' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
618100f
Merge tag 'drm-i915-get-eld' of tiwai/sound into drm-intel-next-queued
by Daniel Vetter
· 10 years ago
b0b3b79
drm: Pass 'name' to drm_universal_plane_init()
by Ville Syrjälä
· 10 years ago
666a453
drm/i915: Separate cherryview from valleyview
by Wayne Boyer
· 10 years ago
80d6900
Merge tag 'drm-intel-next-2015-11-20-merged' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
c70f577
drm: Add "prefix" parameter to drm_rect_debug_print()
by Ville Syrjälä
· 10 years ago
44eb0cb
drm/i915: Avoid pointer arithmetic in calculating plane surface offset
by Mika Kuoppala
· 10 years ago
791a32b
drm/i915: Drop intel_update_sprite_watermarks
by Matt Roper
· 10 years ago
6285262
drm/i915: Only run commit when crtc is active, v2.
by Maarten Lankhorst
· 10 years ago
c562657
drm/i915: Kill the leftover RMW from ivb_sprite_disable()
by Ville Syrjälä
· 10 years ago
e12c8ce
drm/i915/skl: Enable pipe gamma for sprite planes.
by Bob Paauwe
· 10 years ago
2791a16
drm/i915: revert a few more watermark commits
by Paulo Zanoni
· 10 years ago
47c9943
drm/i915: Drop intel_update_sprite_watermarks
by Matt Roper
· 10 years ago
5e7234c
drm/i915: s/mode/adjusted_mode/ in functions that really get passed the adjusted_mode
by Ville Syrjälä
· 10 years ago
124abe0
drm/i915: Always call the adjusted mode 'adjusted_mode'
by Ville Syrjälä
· 10 years ago
dedf278
drm/i915: Enable querying offset of UV plane with intel_plane_obj_offset
by Tvrtko Ursulin
· 10 years ago
fe47ea0
drm/i915: Support planar formats in tile height calculations
by Tvrtko Ursulin
· 10 years ago
d637ce3
drm/i915: cleanup pipe_update trace functions with new crtc debug info v3
by Jesse Barnes
· 10 years ago
eb120ef
drm/i915: add more debug info for when atomic updates fail v3
by Jesse Barnes
· 10 years ago
d1b9d03
drm/i915: Fix fb object's frontbuffer-bits
by Sagar Arun Kamble
· 10 years ago
8e0e9ce
drm/i915: Remove legacy plane updates for cursor and sprite planes.
by Maarten Lankhorst
· 10 years ago
85a62bf
drm/i915: Also record time difference if vblank evasion fails, v2.
by Maarten Lankhorst
· 10 years ago
34e0adb
drm/i915: Remove start frame argument to pipe_update_begin/end.
by Maarten Lankhorst
· 10 years ago
8f539a8
drm/i915: always disable irqs in intel_pipe_update_start
by Maarten Lankhorst
· 10 years ago
26e1fe4
drm/i915: Use the memory latency based WM computation on VLV too
by Ville Syrjälä
· 10 years ago
a9ff871
drm/i915: Store frontbuffer_bits in the plane
by Ville Syrjälä
· 10 years ago
818ed96
drm/i915: Make setting color key atomic.
by Maarten Lankhorst
· 10 years ago
a539205
drm/i915: atomic plane updates in a nutshell
by Maarten Lankhorst
· 10 years ago
7fabf5e
drm/i915: remove force argument from disable_plane
by Maarten Lankhorst
· 10 years ago
061e4b8
drm/i915: clean up atomic plane check functions, v2.
by Maarten Lankhorst
· 10 years ago
302d19a
drm/i915: clean up plane commit functions
by Maarten Lankhorst
· 10 years ago
da20eab
drm/i915: Split plane updates of crtc->atomic into a helper, v2.
by Maarten Lankhorst
· 10 years ago
86adf9d
drm/i915: Split skl_update_scaler, v4.
by Maarten Lankhorst
· 10 years ago
4e9a86b
drm/i915: Actually respect DSPSURF alignment restrictions
by Ville Syrjälä
· 10 years ago
caf4e25
drm/i915: Make sure our labels start at column 0
by Damien Lespiau
· 10 years ago
b12ce1d
drm/i915: Kill intel_flush_primary_plane()
by Ville Syrjälä
· 10 years ago
225c228
drm/i915/skl: don't fail colorkey + scaler request
by Chandra Konduru
· 10 years ago
dada2d5
drm/i915: Make the sprite formats const
by Damien Lespiau
· 10 years ago
2614f17
drm/i915: call intel_tile_height with correct parameter
by Chandra Konduru
· 10 years ago
87d4300
drm/i915: Move intel_(pre_disable/post_enable)_primary to intel_display.c, and use it there.
by Maarten Lankhorst
· 10 years ago
a8ad0d8
drm/i915: Add a way to disable planes without updating state
by Maarten Lankhorst
· 10 years ago
ecce87e
drm/i915: Remove implicitly disabling primary plane for now
by Maarten Lankhorst
· 10 years ago
c331879
drm/i915: skylake sprite plane scaling using shared scalers
by Chandra Konduru
· 10 years ago
6156a45
drm/i915: skylake primary plane scaling using shared scalers
by Chandra Konduru
· 10 years ago
c5fe557
Merge branch 'topic/bxt-stage1' into drm-intel-next-queued
by Daniel Vetter
· 10 years ago
0a5ae1b
drm/i915: Keep sprite plane src rect in 16.16 format
by Chandra Konduru
· 10 years ago
549e2bf
drm/i915: Initialize skylake scalers
by Chandra Konduru
· 10 years ago
08e221f
drm/i915: Initialize plane colorkey to NONE
by Chandra Konduru
· 10 years ago
3b7a511
drm/i915/skl: Support for 90/270 rotation
by Sonika Jindal
· 10 years ago
70a101f
drm/i915: Switch to full atomic helpers for plane updates/disable, take two
by Matt Roper
· 10 years ago
1d8ac08
Merge tag 'v4.0-rc7' into drm-next
by Dave Airlie
· 10 years ago
840a1cf
drm/i915: Reject the colorkey ioctls for primary and cursor planes
by Ville Syrjälä
· 10 years ago
a8265c5
drm/i915: Rip out GET_SPRITE_COLORKEY ioctl
by Daniel Vetter
· 10 years ago
1fc0a8f
drm/i915/skl: Take 90/270 rotation into account in watermark calculations
by Tvrtko Ursulin
· 10 years ago
121920f
drm/i915/skl: Query display address through a wrapper
by Tvrtko Ursulin
· 10 years ago
2ddc1da
drm/i915: Fix SKL sprite disable double buffer register update
by Ville Syrjälä
· 10 years ago
48fe469
drm/i915: Eliminate plane control register RMW from sprite code
by Ville Syrjälä
· 10 years ago
47ecbb2
drm/i915: Eliminate the RMW sprite colorkey management
by Ville Syrjälä
· 10 years ago
08fd59f
drm/i915: Move vblank wait determination to 'check' phase
by Matt Roper
· 10 years ago
bdd7554
drm/i915: Kill intel_plane->obj
by Ville Syrjälä
· 10 years ago
6e721fb
drm/i915: Use plane->state->fb instead of plane->fb in intel_plane_restore()
by Ville Syrjälä
· 10 years ago
0fda656
drm/i915/skl: Update watermarks for Y tiling
by Tvrtko Ursulin
· 10 years ago
b321803
drm/i915/skl: Allow scanning out Y and Yf fbs
by Damien Lespiau
· 10 years ago
3f52c6e
drm/i915: Remove DRIVER_MODESET checks from modeset code
by Daniel Vetter
· 10 years ago
1e3feef
drm/i915: Switch to drm_crtc variants of vblank functions
by Daniel Vetter
· 10 years ago
66ebf56
drm/i915/skl: Use fb modifiers for sprites
by Tvrtko Ursulin
· 11 years ago
e35fef2
drm/i915: change dev_priv->fbc.plane to dev_priv->fbc.crtc
by Paulo Zanoni
· 11 years ago
c196e1d
drm/i915: Switch plane properties to full atomic helper.
by Matt Roper
· 11 years ago
65a3fea
drm/i915: Consolidate plane handler vtables
by Matt Roper
· 11 years ago
8e7d688
drm/i915: Move rotation from intel_plane to drm_plane_state
by Matt Roper
· 11 years ago
6e3c971
drm/i915: Make intel_crtc->config a pointer
by Ander Conselvan de Oliveira
· 11 years ago
2d112de
drm/i915: Embedded struct drm_crtc_state in intel_crtc_state
by Ander Conselvan de Oliveira
· 11 years ago
53a366b
drm/i915: Drop unused position fields (v2)
by Matt Roper
· 11 years ago
ea2c67b
drm/i915: Move to atomic plane helpers (v9)
by Matt Roper
· 11 years ago
4a3b876
drm/i915: Clarify sprite plane function names (v4)
by Matt Roper
· 11 years ago
c34c9ee
drm/i915: Move vblank evasion to commit (v4)
by Matt Roper
· 11 years ago
32b7eee
drm/i915: Refactor work that can sleep out of commit (v7)
by Matt Roper
· 11 years ago
7ff0ebc
drm/i915: Move FBC stuff to intel_fbc.c
by Rodrigo Vivi
· 11 years ago
cf4c7c1
drm/i915: Make all plane disables use 'update_plane' (v5)
by Matt Roper
· 11 years ago
c59cb17
drm/i915: Consolidate top-level .update_plane() handlers
by Matt Roper
· 11 years ago
Next »