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
/
ast
/
ast_mode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-13
drm/ast: Pin and map cursor source BO during update
Thomas Zimmermann
1
-21
/
+16
2019-06-13
drm/ast: Remove obsolete or unused cursor state
Thomas Zimmermann
1
-14
/
+17
2019-06-13
drm/ast: Unpin cursor BO during cleanup
Thomas Zimmermann
1
-0
/
+1
2019-05-22
drm: Rename reserve/unreserve to lock/unlock in GEM VRAM helpers
Thomas Zimmermann
1
-6
/
+6
2019-05-22
drm: Replace drm_gem_vram_push_to_system() with kunmap + unpin
Thomas Zimmermann
1
-4
/
+10
2019-05-17
drm: Reserve/unreserve GEM VRAM BOs from within pin/unpin functions
Thomas Zimmermann
1
-23
/
+1
2019-05-15
drm/ast: Replace mapping code with drm_gem_vram_{kmap/kunmap}()
Thomas Zimmermann
1
-15
/
+39
2019-05-15
drm/ast: Convert AST driver to |struct drm_gem_vram_object|
Thomas Zimmermann
1
-32
/
+46
2019-01-24
drm: Split out drm_probe_helper.h
Daniel Vetter
1
-0
/
+1
2018-11-29
drm/ast: fixed reading monitor EDID not stable issue
Y.C. Chen
1
-6
/
+30
2018-11-22
drm/ast: fixed cursor may disappear sometimes
Y.C. Chen
1
-1
/
+1
2018-11-22
drm/ast: change resolution may cause screen blurred
Y.C. Chen
1
-0
/
+1
2018-07-13
drm: drop _mode_ from drm_mode_connector_attach_encoder
Daniel Vetter
1
-1
/
+1
2018-07-13
drm: drop _mode_ from update_edit_property()
Daniel Vetter
1
-2
/
+2
2018-04-25
drm/ast: fix mode_valid's return type
Luc Van Oostenryck
1
-1
/
+1
2018-02-01
drm/ast: Load lut in crtc_commit
Daniel Vetter
1
-0
/
+1
2017-10-12
drm: Pass struct drm_file * to __drm_mode_object_find [v2]
Keith Packard
1
-1
/
+1
2017-08-17
Merge tag 'drm-misc-next-2017-08-16' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
1
-3
/
+3
2017-08-11
drm/ast: switch to drm_*_get(), drm_*_put() helpers
Cihangir Akturk
1
-3
/
+3
2017-08-10
Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
1
-20
/
+6
2017-08-04
drm: ast: remove dead code and pointless local lut storage
Peter Rosin
1
-20
/
+6
2017-08-02
drm/ast: Add an crtc_disable callback to the crtc helper funcs
Egbert Eich
1
-0
/
+16
2017-04-06
drm: Add acquire ctx to ->gamma_set hook
Daniel Vetter
1
-1
/
+2
2017-02-28
drm/ast: Base support for AST2500
Y.C. Chen
1
-7
/
+23
2017-02-28
drm/ast: const'ify mode setting tables
Benjamin Herrenschmidt
1
-4
/
+4
2016-12-15
drm: Nuke fb->bits_per_pixel
Ville Syrjälä
1
-4
/
+5
2016-12-14
drm/ast: Add local 'fb' variables
Ville Syrjälä
1
-5
/
+10
2016-12-01
drm: Make the connector .detect() callback optional
Laurent Pinchart
1
-7
/
+0
2016-06-07
drm/core: Change declaration for gamma_set.
Maarten Lankhorst
1
-4
/
+6
2016-05-17
drm: Remove unused drm_device from drm_gem_object_lookup()
Chris Wilson
1
-1
/
+1
2016-03-04
drm/ast: removed optional dummy crtc mode_fixup function.
Carlos Palminha
1
-8
/
+0
2016-02-16
drm/ast: removed optional dummy encoder mode_fixup function.
Carlos Palminha
1
-8
/
+0
2015-12-11
drm: Pass 'name' to drm_encoder_init()
Ville Syrjälä
1
-1
/
+1
2015-11-11
drm/ast: Initialized data needed to map fbdev memory
Egbert Eich
1
-0
/
+2
2014-11-05
drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.h
Daniel Vetter
1
-0
/
+1
2014-10-08
drm/ast: Fix HW cursor image
Benjamin Herrenschmidt
1
-2
/
+2
2014-09-16
drm/ast: Add reduced blanking modes for wide screen mode
Y.C. Chen
1
-9
/
+33
2014-07-18
drm/ast: use helpers
Rob Clark
1
-10
/
+2
2014-06-19
drm: add register and unregister functions for connectors
Thomas Wood
1
-2
/
+2
2014-05-19
Merge branch 'ast-updates' of ssh://people.freedesktop.org/~/linux into drm-next
Dave Airlie
1
-11
/
+94
2014-05-19
drm/ast: initial DP501 support (v0.2)
Dave Airlie
1
-2
/
+20
2014-05-19
drm/ast: add AST 2400 support.
Dave Airlie
1
-2
/
+2
2014-05-19
drm/ast: add widescreen + rb modes from X.org driver (v2)
Dave Airlie
1
-9
/
+67
2014-04-22
drm: make mode_valid callback optional
Andrzej Hajda
1
-7
/
+0
2014-04-01
drm: Replace crtc fb with primary plane fb (v3)
Matt Roper
1
-6
/
+6
2014-01-14
drivers: gpu: Mark functions as static in ast_mode.c
Rashika
1
-10
/
+10
2012-10-03
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-1
/
+1
2012-10-03
drm/ast: drop duplicate initialization
Dan Carpenter
1
-1
/
+0
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
1
-3
/
+3
2012-09-24
Merge tag 'v3.6-rc7' into drm-intel-next-queued
Daniel Vetter
1
-1
/
+1
[next]