aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_cursor.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-19drm/radeon: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov1-3/+3
2019-06-10drm/radeon: drop use of drmP.h (1/2)Sam Ravnborg1-1/+3
2017-08-15drm/radeon: switch to drm_*{get,put} helpersCihangir Akturk1-3/+3
2017-02-16drm/radeon: Use mode h/vdisplay fields to hide out of bounds HW cursorMichel Dänzer1-2/+2
2016-12-06drm/radeon: Hide the HW cursor while it's out of boundsMichel Dänzer1-18/+42
2016-12-06drm/radeon: Always store CRTC relative radeon_crtc->cursor_x/y valuesMichel Dänzer1-3/+3
2016-12-06drm/radeon: Also call cursor_move_locked when the cursor size changesMichel Dänzer1-4/+5
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson1-1/+1
2015-07-09drm/radeon: Fold radeon_set_cursor() into radeon_show_cursor()Michel Dänzer1-30/+19
2015-07-09drm/radeon: Clean up reference counting and pinning of the cursor BOsMichel Dänzer1-47/+37
2014-12-03drm/radeon: Move hotspot handling out of radeon_set_cursorMichel Dänzer1-19/+17
2014-12-03drm/radeon: Re-show the cursor after a modesetMichel Dänzer1-24/+65
2014-11-20drm/radeon: Move radeon_cursor_move(_locked) to replace forward declarationMichel Dänzer1-111/+109
2014-11-20drm/radeon: Use cursor_set2 hook for enabling / disabling the HW cursorMichel Dänzer1-11/+40
2013-06-26drm/radeon/cik: add hw cursor support (v2)Alex Deucher1-6/+4
2013-02-08Merge branch 'fbcon-locking-fixes' of ssh://people.freedesktop.org/~airlied/linux into drm-nextDave Airlie1-1/+2
2013-01-23drm/radeon: fix cursor corruption on DCE6 and newerJerome Glisse1-1/+2
2013-01-20drm: only take the crtc lock for ->cursor_moveDaniel Vetter1-1/+7
2012-12-14drm/radeon: add W|RREG32_IDX for MM_INDEX|DATA based mmio accesssDaniel Vetter1-8/+9
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2012-08-13drm/radeon/dce4+: set a more reasonable cursor watermarkAlex Deucher1-2/+4
2012-07-19drm/radeon: Try harder to avoid HW cursor ending on a multiple of 128 columns.Michel Dänzer1-1/+7
2012-03-20drm/radeon: Drop radeon_gem_object_(un)pin.Michel Dänzer1-1/+6
2012-03-20drm/radeon: Restrict offset for legacy hardware cursor.Michel Dänzer1-2/+11
2011-10-03drm/radeon: Set cursor x/y to 0 when x/yorigin > 0.Michel Dänzer1-10/+10
2011-10-03drm/radeon: Update AVIVO cursor coordinate origin before x/yorigin calculation.Michel Dänzer1-5/+7
2011-10-03drm/radeon: Simplify cursor x/yorigin calculation.Michel Dänzer1-6/+2
2011-10-03drm/radeon/kms: fix cursor image off-by-one errorNicholas Miell1-2/+2
2011-05-09drm/radeon: fix order of doing things in radeon_crtc_cursor_setIlija Hadzic1-3/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-10-19Merge branch 'drm-fixes' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie1-16/+12
2010-10-18drm/radeon/kms: avivo cursor workaround applies to evergreen as wellAlex Deucher1-16/+12
2010-10-06drm/radeon/kms: properly handle 40 bit MC addresses in the cursor codeAlex Deucher1-6/+9
2010-08-10drm: Use ENOENT consistently for the error return for an unmatched handle.Chris Wilson1-1/+1
2010-07-01drm/radeon/kms: return ret in cursor_set failure pathMatt Turner1-1/+1
2010-02-26Merge remote branch 'korg/drm-radeon-testing' into drm-next-stageDave Airlie1-6/+36
2010-02-25drm/radeon/kms/evergreen: fix typo in cursor codeAlex Deucher1-0/+5
2010-02-11Use drm_gem_object_[handle_]unreference_unlocked where possibleLuca Barbieri1-6/+2
2010-02-09drm/radeon/kms: add initial Evergreen support (Radeon HD 5xxx)Alex Deucher1-6/+31
2009-10-26drm/radeon/kms/r7xx: add regs for 40 bit CUR/GRPH addressesAlex Deucher1-2/+8
2009-07-15drm/radeon/kms: fix hotspot handling on pre-avivo chipsAlex Deucher1-2/+7
2009-07-15drm/radeon/kms: set crtc and cursor offsets correctly on legacy chips.Dave Airlie1-1/+1
2009-06-15drm/radeon: introduce kernel modesetting for radeon hardwareJerome Glisse1-0/+252