Remove dumb-framebuffer handling logic from the VESA driver.
This reverts commita0db7ef272. This reverts commit40cdf7d607. This reverts commit2ff22d6734. This reverts commitb9eacd390d. This partially reverts commit5ae7ac5fd9. This was all added in the run-up to the removal of the framebuffer driver, or was added since then to enhance framebuffer-only support in that driver. Change-Id: I32ab8199f22cf6846545ae19e943c98012b2a1d0 Reviewed-on: https://review.haiku-os.org/c/haiku/+/4615 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
f7bd3509e3
commit
66415cd209
@@ -143,7 +143,8 @@ SYSTEM_NETWORK_PROTOCOLS =
|
||||
;
|
||||
|
||||
SYSTEM_ADD_ONS_ACCELERANTS = [ FFilterByBuildFeatures
|
||||
x86,x86_64,riscv64 @{
|
||||
framebuffer.accelerant
|
||||
x86,x86_64 @{
|
||||
vesa.accelerant
|
||||
}@ # x86,x86_64,riscv64
|
||||
riscv64 @{
|
||||
@@ -174,9 +175,10 @@ SYSTEM_ADD_ONS_DRIVERS_AUDIO = ;
|
||||
SYSTEM_ADD_ONS_DRIVERS_AUDIO_OLD = ;
|
||||
|
||||
SYSTEM_ADD_ONS_DRIVERS_GRAPHICS = [ FFilterByBuildFeatures
|
||||
x86,x86_64,riscv64 @{
|
||||
framebuffer
|
||||
x86,x86_64 @{
|
||||
vesa
|
||||
}@ # x86,x86_64,riscv64
|
||||
}@ # x86,x86_64
|
||||
riscv64 @{
|
||||
radeon_hd
|
||||
}@ # riscv64
|
||||
|
||||
Reference in New Issue
Block a user