index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
radeon
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm: Replace pitch with pitches[] in drm_framebuffer
Ville Syrjälä
2011-12-20
4
-6
/
+6
*
drm/ttm: simplify memory accounting for ttm user v2
Jerome Glisse
2011-12-06
1
-2
/
+6
*
drm/ttm: isolate dma data from ttm_tt V4
Jerome Glisse
2011-12-06
1
-21
/
+22
*
drm/radeon/kms: enable the ttm dma pool if swiotlb is on V4
Konrad Rzeszutek Wilk
2011-12-06
4
-35
/
+84
*
drm/ttm: introduce callback for ttm_tt populate & unpopulate V4
Jerome Glisse
2011-12-06
1
-0
/
+2
*
drm/ttm: merge ttm_backend and ttm_tt V5
Jerome Glisse
2011-12-06
1
-136
/
+83
*
drm/ttm: remove unused backend flags field
Jerome Glisse
2011-12-06
1
-1
/
+0
*
drm: move the fb bpp/depth helper into the core.
Dave Airlie
2011-11-29
1
-1
/
+1
*
drm/radeon/kms: fix up for BIG ENDIAN breakage
Dave Airlie
2011-11-29
1
-1
/
+1
*
drm: add an fb creation ioctl that takes a pixel format v5
Jesse Barnes
2011-11-15
3
-12
/
+16
*
drm: Make the per-driver file_operations struct const
Arjan van de Ven
2011-11-11
1
-29
/
+31
*
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2011-11-07
23
-2536
/
+2723
|
\
|
*
drm/radeon/kms: consolidate GART code, fix segfault after GPU lockup V2
Jerome Glisse
2011-11-04
10
-116
/
+75
|
*
drm/radeon/kms: don't poll forever if MC GDDR link training fails
Alex Deucher
2011-11-03
1
-2
/
+5
|
*
drm/radeon/kms: fix DP setup on TRAVIS bridges
Alex Deucher
2011-11-03
1
-2
/
+5
|
*
drm/radeon/kms: set HPD polarity in hpd_init()
Alex Deucher
2011-11-03
5
-11
/
+12
|
*
drm/radeon/kms: add MSI module parameter
Alex Deucher
2011-11-03
3
-0
/
+11
|
*
drm/radeon/kms: Add MSI quirk for Dell RS690
Alex Deucher
2011-11-03
1
-0
/
+6
|
*
drm/radeon/kms: Add MSI quirk for HP RS690
Alex Deucher
2011-11-03
1
-0
/
+7
|
*
drm/radeon/kms: split MSI check into a separate function
Alex Deucher
2011-11-03
1
-6
/
+23
|
*
drm/radeon/kms: always do extended edid probe
Alex Deucher
2011-11-01
3
-85
/
+18
|
*
drm/radeon/kms: remove useless radeon_ddc_dump()
Alex Deucher
2011-11-01
1
-33
/
+0
|
*
drm/radeon/kms: make atombios_dig_transmitter_setup() version based
Alex Deucher
2011-11-01
1
-122
/
+221
|
*
drm/radeon/kms: make atombios_dig_encoder_setup() version based
Alex Deucher
2011-11-01
1
-84
/
+127
|
*
drm/radeon/kms: make atombios_dvo_setup() version based
Alex Deucher
2011-11-01
1
-21
/
+38
|
*
drm/radeon/kms: move atom encoder setup to a new file
Alex Deucher
2011-11-01
4
-2182
/
+2214
|
*
drm/radeon/kms: allocate vram scratch page on 6xx+
Alex Deucher
2011-11-01
5
-57
/
+80
|
*
drm/radeon/kms: check for DP MST mode in a few more places (v2)
Alex Deucher
2011-11-01
3
-13
/
+14
|
*
drm/radeon/kms/atom: rework encoder dpms
Alex Deucher
2011-11-01
1
-152
/
+186
|
*
drm/radeon/kms: only require 2.7 Ghz DP clock for NUTMEG
Alex Deucher
2011-11-01
1
-2
/
+2
|
*
drm/radeon/kms: rework DP bridge checks
Alex Deucher
2011-11-01
6
-25
/
+27
|
*
drm/radeon/kms: use defined constants for crtc/hpd count instead of hard-code...
Ilija Hadzic
2011-11-01
2
-15
/
+16
|
*
drm/radeon: flush read cache for gtt with fence on r6xx and newer GPU V3
Jerome Glisse
2011-11-01
3
-4
/
+20
|
*
drm/radeon: set hpd polarity at init time so hotplug detect works
Jerome Glisse
2011-11-01
1
-0
/
+1
|
*
drm/radeon/kms: cleanup atombios_adjust_pll()
Alex Deucher
2011-11-01
1
-28
/
+13
|
*
drm/radeon/kms: properly set panel mode for eDP
Alex Deucher
2011-11-01
1
-0
/
+11
|
*
drm/radeon/kms/cayman/blit: specify CP_COHER_CNTL2 with surface_sync
Alex Deucher
2011-11-01
1
-0
/
+11
|
*
drm/radeon/kms: rework texture cache flush in r6xx+ blit code
Alex Deucher
2011-11-01
3
-7
/
+10
|
*
drm/radeon: avoid bouncing connector status btw disconnected & unknown
Jerome Glisse
2011-11-01
1
-2
/
+3
*
|
gpu: add module.h to drivers/gpu files as required.
Paul Gortmaker
2011-10-31
6
-0
/
+8
*
|
gpu: Add export.h as required to drivers/gpu files.
Paul Gortmaker
2011-10-31
1
-0
/
+2
|
/
*
Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2011-10-28
35
-1035
/
+869
|
\
|
*
Revert "drm/ttm: add a way to bo_wait for either the last read or last write"
Dave Airlie
2011-10-27
2
-2
/
+1
|
*
Revert "drm/radeon/kms: add a new gem_wait ioctl with read/write flags"
Dave Airlie
2011-10-27
7
-46
/
+8
|
*
drm/radeon: Lower the severity of the radeon lockup messages.
Dave Jones
2011-10-21
1
-1
/
+1
|
*
Merge tag 'v3.1-rc10' into drm-core-next
Dave Airlie
2011-10-18
14
-216
/
+104
|
|
\
|
*
|
drm/radeon/kms: make r600-NI blit suspend code common
Alex Deucher
2011-10-18
5
-38
/
+22
|
*
|
drm/radeon/kms: blit code commoning
Ilija Hadzic
2011-10-18
5
-285
/
+30
|
*
|
drm/radeon/kms: rename a variable for consistency
Ilija Hadzic
2011-10-18
2
-15
/
+16
|
*
|
drm/radeon/kms: cleanup r600 blit code
Ilija Hadzic
2011-10-18
2
-45
/
+70
[next]