index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
radeon
/
radeon_legacy_encoders.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-25
drm/radeon: add missing header dependencies
Baoyou Xie
1
-0
/
+1
2016-03-16
drm/radeon: fix indentation.
Jérome Glisse
1
-46
/
+46
2015-12-11
drm: Pass 'name' to drm_encoder_init()
Ville Syrjälä
1
-5
/
+10
2015-10-29
drm/radeon: move bl encoder assignment into bl init
Alex Deucher
1
-0
/
+1
2015-04-07
drm/radeon: constify all struct drm_*_helper funcs pointers
Jani Nikula
1
-1
/
+1
2013-10-22
drm/sysfs: sort out minor and connector device object lifetimes.
Dave Airlie
1
-1
/
+1
2013-01-10
radeon/kms: force rn50 chip to always report connected on analog output
Jerome Glisse
1
-0
/
+8
2012-11-01
drm/radeon: add load detection support for ext DAC on R200 (v2)
Alex Deucher
1
-0
/
+97
2012-11-01
DRM/radeon: For single CRTC GPUs move handling of CRTC_CRT_ON to crtc_dpms().
Egbert Eich
1
-2
/
+5
2012-11-01
DRM/Radeon: Fix TV DAC Load Detection for single CRTC chips.
Egbert Eich
1
-24
/
+38
2012-11-01
DRM/Radeon: Clean up code in TV DAC load detection.
Egbert Eich
1
-8
/
+10
2012-11-01
DRM/Radeon: Fix primary DAC Load Detection for RV100 chips.
Egbert Eich
1
-0
/
+2
2012-11-01
DRM/Radeon: Fix Load Detection on legacy primary DAC.
Egbert Eich
1
-0
/
+1
2012-10-23
drm/radeon: give each backlight a unique id
Alex Deucher
1
-1
/
+4
2012-10-15
drm/radeon: Don't destroy I2C Bus Rec in radeon_ext_tmds_enc_destroy().
Egbert Eich
1
-5
/
+1
2012-10-15
drm/radeon: fix compilation with backlight disabled
Alex Deucher
1
-21
/
+21
2012-10-03
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-24
/
+41
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
1
-3
/
+3
2012-09-27
drm/radeon: add get_backlight_level callback
Alex Deucher
1
-0
/
+13
2012-09-20
drm/radeon: rework the backlight control to be an asic callback
Alex Deucher
1
-11
/
+22
2012-09-20
drm/radeon: rework legacy backlight control
Alex Deucher
1
-13
/
+6
2012-07-19
drm: Make the .mode_fixup() operations mode argument a const pointer
Laurent Pinchart
1
-1
/
+1
2012-05-22
drm/backlight: initialize struct backlight_properties properly
Corentin Chary
1
-0
/
+1
2012-04-10
drm/radeon: replace udelay with mdelay for long timeouts
Arnd Bergmann
1
-6
/
+6
2011-04-09
drm/radeon: Fix KMS legacy backlight support if CONFIG_BACKLIGHT_CLASS_DEVICE=m.
Michel Dänzer
1
-1
/
+1
2011-03-22
radeon: expose backlight class device for legacy LVDS encoder
Michel Dänzer
1
-6
/
+251
2010-11-18
drm/radeon/kms/atom: cleanup and unify DVO handling
Alex Deucher
1
-1
/
+1
2010-08-20
drm/radeon/kms: rework encoder handling
Alex Deucher
1
-3
/
+4
2010-08-02
drm/radeon/kms: move a bunch of modesetting debug to correct debug usage.
Dave Airlie
1
-15
/
+15
2010-07-22
drm/radeon/kms: fix legacy LVDS dpms sequence
Alex Deucher
1
-0
/
+1
2010-06-15
drm/radeon: fix dual-head on rv250
Dave Airlie
1
-13
/
+9
2010-06-08
drm/radeon: don't poll tv dac if crtc2 is in use.
Dave Airlie
1
-0
/
+11
2010-05-19
Merge remote branch 'anholt/drm-intel-next' into drm-next
Dave Airlie
1
-10
/
+2
2010-05-18
drm/radeon/kms/pm: move pm state update to crtc functions
Alex Deucher
1
-15
/
+0
2010-05-05
drm/radeon/kms: fix panel scaling adjusted mode setup
Alex Deucher
1
-10
/
+2
2010-04-07
drm/radeon/kms: legacy tv dac cleanup
Alex Deucher
1
-25
/
+33
2010-02-09
drm/radeon/kms: add dynamic engine reclocking (V9)
Rafał Miłecki
1
-0
/
+20
2010-01-13
drm/radeon/kms: fix up LVDS handling on macs (v2)
Alex Deucher
1
-1
/
+20
2009-12-23
drm/radeon/kms: fix legacy rmx
Alex Deucher
1
-0
/
+2
2009-12-02
drm/radeon/kms: fix LVDS setup on r4xx
Alex Deucher
1
-3
/
+9
2009-12-02
drm/radeon/kms: add support for encoder cloning.
Dave Airlie
1
-1
/
+0
2009-12-02
drm/radeon/kms: rework scaler handling
Alex Deucher
1
-54
/
+17
2009-12-02
drm/radeon/kms: fix typo in legacy internal tmds mode fixup
Alex Deucher
1
-1
/
+2
2009-12-02
drm/radeon/kms: add support for external tmds on legacy boards
Alex Deucher
1
-2
/
+40
2009-10-15
drm/radeon/kms: fix internal tmds setup on legacy display engine
Alex Deucher
1
-1
/
+9
2009-10-15
drm/radeon/kms: move active_device setup into encoder fixup()
Alex Deucher
1
-9
/
+8
2009-10-07
drm/radeon: Fix setting of bits
Roel Kluin
1
-2
/
+2
2009-10-05
drm/radeon/kms: respect single crtc cards, only create one crtc. (v2)
Dave Airlie
1
-1
/
+4
2009-09-18
drm/radeon/kms: add initial connector properties
Dave Airlie
1
-4
/
+25
2009-09-08
drm/radeon/kms: add initial radeon tv-out support.
Dave Airlie
1
-50
/
+289
[next]