index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
radeon
/
radeon_cursor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-19
drm/radeon: remove _unlocked suffix in drm_gem_object_put_unlocked
Emil Velikov
1
-3
/
+3
2019-06-10
drm/radeon: drop use of drmP.h (1/2)
Sam Ravnborg
1
-1
/
+3
2017-08-15
drm/radeon: switch to drm_*{get,put} helpers
Cihangir Akturk
1
-3
/
+3
2017-02-16
drm/radeon: Use mode h/vdisplay fields to hide out of bounds HW cursor
Michel Dänzer
1
-2
/
+2
2016-12-06
drm/radeon: Hide the HW cursor while it's out of bounds
Michel Dänzer
1
-18
/
+42
2016-12-06
drm/radeon: Always store CRTC relative radeon_crtc->cursor_x/y values
Michel Dänzer
1
-3
/
+3
2016-12-06
drm/radeon: Also call cursor_move_locked when the cursor size changes
Michel Dänzer
1
-4
/
+5
2016-05-17
drm: Remove unused drm_device from drm_gem_object_lookup()
Chris Wilson
1
-1
/
+1
2015-07-09
drm/radeon: Fold radeon_set_cursor() into radeon_show_cursor()
Michel Dänzer
1
-30
/
+19
2015-07-09
drm/radeon: Clean up reference counting and pinning of the cursor BOs
Michel Dänzer
1
-47
/
+37
2014-12-03
drm/radeon: Move hotspot handling out of radeon_set_cursor
Michel Dänzer
1
-19
/
+17
2014-12-03
drm/radeon: Re-show the cursor after a modeset
Michel Dänzer
1
-24
/
+65
2014-11-20
drm/radeon: Move radeon_cursor_move(_locked) to replace forward declaration
Michel Dänzer
1
-111
/
+109
2014-11-20
drm/radeon: Use cursor_set2 hook for enabling / disabling the HW cursor
Michel Dänzer
1
-11
/
+40
2013-06-26
drm/radeon/cik: add hw cursor support (v2)
Alex Deucher
1
-6
/
+4
2013-02-08
Merge branch 'fbcon-locking-fixes' of ssh://people.freedesktop.org/~airlied/l...
Dave Airlie
1
-1
/
+2
2013-01-23
drm/radeon: fix cursor corruption on DCE6 and newer
Jerome Glisse
1
-1
/
+2
2013-01-20
drm: only take the crtc lock for ->cursor_move
Daniel Vetter
1
-1
/
+7
2012-12-14
drm/radeon: add W|RREG32_IDX for MM_INDEX|DATA based mmio accesss
Daniel Vetter
1
-8
/
+9
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
1
-2
/
+2
2012-08-13
drm/radeon/dce4+: set a more reasonable cursor watermark
Alex Deucher
1
-2
/
+4
2012-07-19
drm/radeon: Try harder to avoid HW cursor ending on a multiple of 128 columns.
Michel Dänzer
1
-1
/
+7
2012-03-20
drm/radeon: Drop radeon_gem_object_(un)pin.
Michel Dänzer
1
-1
/
+6
2012-03-20
drm/radeon: Restrict offset for legacy hardware cursor.
Michel Dänzer
1
-2
/
+11
2011-10-03
drm/radeon: Set cursor x/y to 0 when x/yorigin > 0.
Michel Dänzer
1
-10
/
+10
2011-10-03
drm/radeon: Update AVIVO cursor coordinate origin before x/yorigin calculation.
Michel Dänzer
1
-5
/
+7
2011-10-03
drm/radeon: Simplify cursor x/yorigin calculation.
Michel Dänzer
1
-6
/
+2
2011-10-03
drm/radeon/kms: fix cursor image off-by-one error
Nicholas Miell
1
-2
/
+2
2011-05-09
drm/radeon: fix order of doing things in radeon_crtc_cursor_set
Ilija Hadzic
1
-3
/
+3
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2010-10-19
Merge branch 'drm-fixes' of /home/airlied/kernel/linux-2.6 into drm-core-next
Dave Airlie
1
-16
/
+12
2010-10-18
drm/radeon/kms: avivo cursor workaround applies to evergreen as well
Alex Deucher
1
-16
/
+12
2010-10-06
drm/radeon/kms: properly handle 40 bit MC addresses in the cursor code
Alex Deucher
1
-6
/
+9
2010-08-10
drm: Use ENOENT consistently for the error return for an unmatched handle.
Chris Wilson
1
-1
/
+1
2010-07-01
drm/radeon/kms: return ret in cursor_set failure path
Matt Turner
1
-1
/
+1
2010-02-26
Merge remote branch 'korg/drm-radeon-testing' into drm-next-stage
Dave Airlie
1
-6
/
+36
2010-02-25
drm/radeon/kms/evergreen: fix typo in cursor code
Alex Deucher
1
-0
/
+5
2010-02-11
Use drm_gem_object_[handle_]unreference_unlocked where possible
Luca Barbieri
1
-6
/
+2
2010-02-09
drm/radeon/kms: add initial Evergreen support (Radeon HD 5xxx)
Alex Deucher
1
-6
/
+31
2009-10-26
drm/radeon/kms/r7xx: add regs for 40 bit CUR/GRPH addresses
Alex Deucher
1
-2
/
+8
2009-07-15
drm/radeon/kms: fix hotspot handling on pre-avivo chips
Alex Deucher
1
-2
/
+7
2009-07-15
drm/radeon/kms: set crtc and cursor offsets correctly on legacy chips.
Dave Airlie
1
-1
/
+1
2009-06-15
drm/radeon: introduce kernel modesetting for radeon hardware
Jerome Glisse
1
-0
/
+252