Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
fc9a89f97e532152ae614d5ce717b81c8f8b0e91
/
drivers
/
gpu
/
drm
/
radeon
fc9a89f
drm/radeon: fix a couple of array index errors
by Darren Jenkins
· 15 years ago
196c58d
drm/radeon/kms: add support for eDP (embedded DisplayPort)
by Alex Deucher
· 15 years ago
f0f480a
drm/radeon/kms: pull in the latest upstream ObjectID.h changes
by Alex Deucher
· 15 years ago
a7bc115
drm/radeon/kms: whitespace changes to ObjectID.h
by Alex Deucher
· 15 years ago
a5899fc
drm/radeon/kms: fix typo in atom connector type handling
by Alex Deucher
· 15 years ago
43b19f1
drm/radeon/kms: rs600: use correct mask for SW interrupt
by Luca Tettamanti
· 15 years ago
65aa2f4
gpu/drm/radeon/radeon_irq.c: move a dereference below a NULL test
by Darren Jenkins
· 15 years ago
875c186
drm/radeon/radeon_device.c: move a dereference below a NULL test
by Darren Jenkins
· 15 years ago
3655d54
drm/radeon/radeon_fence.c: move a dereference below the NULL test
by Darren Jenkins
· 15 years ago
d8a7f79
drm/radeon/radeon_connectors.c: add a NULL test before dereference
by Darren Jenkins
· 15 years ago
5eb2261
drm/radeon/kms: fix memory leak
by Jiri Slaby
· 15 years ago
1d3d51b
drm/radeon/kms: add missing breaks in i2c and ss lookups
by Alex Deucher
· 15 years ago
246263c
drm/radeon/kms: add primary dac adj values table
by Alex Deucher
· 15 years ago
b9597a1
drm/radeon/kms: fallback to default connector table
by Alex Deucher
· 15 years ago
0786201
drm/radeon/kms: add definitions for v4 power tables
by Alex Deucher
· 15 years ago
f56cd64
drm/radeon/kms: never combine LVDS with another encoder
by Alex Deucher
· 15 years ago
3642133
drm/radeon/kms: Check module arguments to be valid V2
by Jerome Glisse
· 15 years ago
0a0c759
drm/radeon/kms: Avoid crash when trying to cleanup uninitialized structure
by Jerome Glisse
· 15 years ago
d2efdf6
drm/radeon/kms: add cvt mode if we only have lvds w/h and no edid (v4)
by Alex Deucher
· 15 years ago
512889f
drm/radeon/kms: add 3DC compression support
by Marek Olšák
· 15 years ago
46c64d4
drm/radeon/kms: allow rendering while no colorbuffer is set on r300
by Marek Olšák
· 15 years ago
5ea597f
drm/radeon/kms: enable memory clock reading on legacy (V2)
by Rafał Miłecki
· 15 years ago
c31ad97
drm/radeon/kms: prevent parallel AtomBIOS calls
by Rafał Miłecki
· 15 years ago
d79766f
drm/radeon/kms: set proper default tv standard
by Alex Deucher
· 15 years ago
310a82c
drm/radeon/kms: fix legacy rmx
by Alex Deucher
· 15 years ago
edc664e
drm/radeon/kms/atom: fill in proper defines for digital setup
by Alex Deucher
· 15 years ago
794f314
drm/radeon: fix build on 64-bit with some compilers.
by Dave Airlie
· 15 years ago
e265f39e
drivers/gpu: Use kzalloc for allocating only one thing
by Julia Lawall
· 15 years ago
01136ac
DRM: Rename clamp variable
by Andi Kleen
· 15 years ago
ed8b670
drm: convert drm_ioctl to unlocked_ioctl
by Arnd Bergmann
· 15 years ago
d785d78
drm/radeon/kms: fix r100->r500 CS checker for compressed textures. (v2)
by Dave Airlie
· 15 years ago
6e72677
drm/radeon/kms: allow for texture tiling
by Maciej Cencora
· 15 years ago
6234077
drm/radeon/kms: init pm on all chipsets
by Rafał Miłecki
· 15 years ago
dafc3bd
drm/radeon/kms: HDMI support for R600 KMS
by Christian Koenig
· 15 years ago
7923c61
drm/radeon/kms: make sure mc is initialized before mapping blit bo
by Alex Deucher
· 15 years ago
f89551b
drm/radeon/kms: Return to userspace on ERESTARTSYS
by Jerome Glisse
· 15 years ago
51f07b7
drm/radeon/gem: don't leak a gem object if reserve fails on get tiling (v2)
by Dave Airlie
· 15 years ago
ecabd32
drm/radeon/kms: don't report allocate failure on ERESTARTSYS
by Dave Airlie
· 15 years ago
d03d858
drm/radeon/kms: Check if bo we got from ttm are radeon object or not
by Jerome Glisse
· 15 years ago
9fb03e6
drm/radeon/kms: If no placement is supplied fallback to system
by Jerome Glisse
· 15 years ago
9062fa6
drm/radeon/kms/avivo: fix typo in new_pll module description
by Alex Deucher
· 15 years ago
1fb107f
drm/radeon/kms: Convert radeon to new ttm_bo_init
by Jerome Glisse
· 15 years ago
4361e52
drm/radeon/kms: fix warning about cur_placement being uninitialised.
by Dave Airlie
· 15 years ago
550e2d9
drm/radeon/kms: restore surface registers on resume.
by Dave Airlie
· 15 years ago
779720a
drm/radeon/kms/r600/r700: fallback gracefully on ucode failure
by Alex Deucher
· 15 years ago
cf0fe45
drm/radeon/kms: cleanup structure and module if initialization fails
by Jerome Glisse
· 15 years ago
eaa5fd1
drm/radeon/kms: actualy set the eviction placements we choose
by Jerome Glisse
· 15 years ago
4a04a84
drm/radeon/kms: Fix NULL ptr dereference
by Jerome Glisse
· 15 years ago
b27b637
drm/radeon/kms/avivo: add support for new pll selection algo
by Alex Deucher
· 15 years ago
69b3b5e
drm/radeon/kms/avivo: fix some bugs in the display bandwidth setup
by Alex Deucher
· 15 years ago
2e7b6f7
drm/radeon/kms: fix return value from fence function.
by Dave Airlie
· 15 years ago
5cc6fba
drm/radeon: Remove tests for -ERESTART from the TTM code.
by Thomas Hellstrom
· 15 years ago
312ea8d
drm/radeon/kms: Convert radeon to new TTM validation API (V2)
by Jerome Glisse
· 15 years ago
cf2f05d
drm/radeon/kms: fix avivo tiling regression since radeon object rework
by Dave Airlie
· 15 years ago
d3f420d
drm/radeon/kms: make sure i2c id matches
by Alex Deucher
· 15 years ago
279b215
drm/radeon/kms: make sure ss id matches
by Alex Deucher
· 15 years ago
390d0bb
drm/radeon/kms: connector fixes
by Alex Deucher
· 15 years ago
7b0a9e8
Merge remote branch 'korg/drm-radeon-dp' into drm-linus
by Dave Airlie
· 15 years ago
3f838fc
Merge remote branch 'korg/drm-radeon-next' into drm-linus
by Dave Airlie
· 15 years ago
3ff9916
Merge remote branch 'anholt/drm-intel-next' into drm-linus
by Dave Airlie
· 15 years ago
d4877cf
drm/radeon/kms: enable hpd support
by Alex Deucher
· 15 years ago
429770b
drm/radeon/kms: add asic callbacks for hpd
by Alex Deucher
· 15 years ago
e0df1ac
drm/radeon/kms: add hpd support for r6xx/r7xx/rs780/rs880 asics
by Alex Deucher
· 15 years ago
dcfdd40
drm/radeon/kms: add hpd support for r5xx/rs600/rs690/rs740 asics
by Alex Deucher
· 15 years ago
05a05c5
drm/radeon/kms: add hpd support for r1xx-r4xx asics
by Alex Deucher
· 15 years ago
b500f68
drm/radeon/kms: add regs and irq tracking bits for hpd
by Alex Deucher
· 15 years ago
eed45b3
drm/radeon/kms: get HPD info for connectors
by Alex Deucher
· 15 years ago
53c1e09
drm/radeon/kms: clean up DP debugging
by Alex Deucher
· 15 years ago
9fa05c9
drm/radeon/kms: fix DP detect
by Alex Deucher
· 15 years ago
e869633
drm/radeon/kms: drop unused array to fix warning.
by Dave Airlie
· 15 years ago
58682f1
drm/radeon/kms: do dp link training at dpms on time not mode set.
by Dave Airlie
· 15 years ago
5fbfce7
drm/radeon/kms: make displayport work by reorganising vsemph setup.
by Dave Airlie
· 15 years ago
54d9cb4
drm/radeon/kms/dp: fix return in dpcd retrival.
by Dave Airlie
· 15 years ago
ffd09c6
drm/radeon/kms: free aux channel i2c adapter on destroy
by Alex Deucher
· 15 years ago
5801ead
drm/radeon/kms: add support for DP modesetting
by Alex Deucher
· 15 years ago
f92a8b6
drm/radeon/kms: handle dp sinks in atom encoder/transmitter tables
by Alex Deucher
· 15 years ago
4143e91
drm/radeon/kms: store sink type in atom dig connector
by Alex Deucher
· 15 years ago
6a93cb2
drm/radeon/kms: i2c reorg
by Alex Deucher
· 15 years ago
1a66c95
drm/radeon/kms: DP fixes and cleanup from the ddx
by Alex Deucher
· 15 years ago
746c1aa
drm/radeon/kms: initial radeon displayport porting
by Dave Airlie
· 15 years ago
22dd501
drm/radeon/kms: fix vram setup on rs600/rs690/rs740
by Alex Deucher
· 15 years ago
2a008d0
drm/radeon/kms: more r4xx lvds fixes
by Alex Deucher
· 15 years ago
92cde00
drm/radeon/kms/legacy: set common regs to sane value
by Alex Deucher
· 15 years ago
6b02af1
drm/radeon/kms/legacy: set overscan regs on modeset
by Alex Deucher
· 15 years ago
d904ef9
drm/radeon/kms: add support to atom parser for FB read/write
by Dave Airlie
· 15 years ago
64bffd0
drm/radeon/kms: fix RS600 MC setup.
by Dave Airlie
· 15 years ago
4f15d24
drm/radeon/kms: fix up gart setup on rs600
by Alex Deucher
· 15 years ago
aa1a750
drm/radeon/kms: quirk for Gigabyte RV515 card, DVI+VGA not 2xDVI.
by Dave Airlie
· 15 years ago
0088dbd
drm/radeon/kms: rs6xx/rs740: clamp vram to aperture size
by Alex Deucher
· 15 years ago
722f294
drm/radeon/kms: fix vram setup on rs600
by Alex Deucher
· 15 years ago
8de2152
drm/radeon/kms: fix legacy crtc2 dpms
by Alex Deucher
· 15 years ago
500b758
drm/radeon/kms: handle vblanks properly with dpms on
by Alex Deucher
· 15 years ago
4e3f9b78
drm/radeon/kms: Add quirk for HIS X1300 board
by Alex Deucher
· 15 years ago
4c4f541
drm/radeon/kms: don't use bios dividers for lvds on r4xx
by Alex Deucher
· 15 years ago
d684076
drm/radeon/kms: fix ring info in debugfs on r600+
by Rafał Miłecki
· 15 years ago
93e7de7
drm/radeon/kms: fix typo in define: engine -> memory
by Rafał Miłecki
· 15 years ago
c142c3e
drm/radeon/kms/pm: fix typos
by Rafał Miłecki
· 15 years ago
4c78867
drm/radeon/kms: Rework radeon object handling
by Jerome Glisse
· 15 years ago
1614f8b
drm/radeon/kms: add irq mitigation code for sw interrupt.
by Dave Airlie
· 15 years ago
d8f60cf
drm/radeon/kms: Add support for interrupts on r6xx/r7xx chips (v3)
by Alex Deucher
· 15 years ago
Next »